aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.cpp
AgeCommit message (Collapse)Author
2008-07-19now link dvb-s frontends to dvb-s2 frontends is possibleAndreas Monzner
2008-07-19remove no more needed functionAndreas Monzner
2008-07-17fix linking tunersAndreas Monzner
2008-06-26fix rotor turning with power measureAndreas Monzner
2008-05-19remove no more needed time codeAndreas Monzner
2008-04-28make final tune timeout symbolrate dependingFelix Domke
2008-03-25fix: diseqc.eDVBDiseqcCommand::data[n] is used uninitialized in this functionAndreas Oberritter
2008-03-25change get/setData to use long instead of int, to match pointer size on all ↵Andreas Oberritter
systems
2008-03-20add support for dm8000 onboard tuner linkingAndreas Monzner
2007-07-07add possibility to set rotor turning speed to fast/slow or set a time epochAndreas Monzner
for turning fast add some missing and new translations
2007-07-07add some debug outputAndreas Monzner
2007-07-07hold the lnbp overcurrent detection at static detection until the rotor hasAndreas Monzner
stopped... this gives a little bit more power resources to turn the rotor (needed when the lnb self has a high power consumption)
2007-07-02set voltage before send diseqc command (like DiSEqC spec)Andreas Monzner
2007-06-08hopefully fix "secondary cable from motorized tuner" settingAndreas Monzner
some code cleanups now link tuners in all directions should be possible
2007-06-06some fixes for empty tuner slots (use slotid instead of dvb api frontendAndreas Monzner
device id) replace some hacks with some better hacks ;)
2007-02-14make retransmit rotor diseqc command retries changableAndreas Monzner
2007-02-14make some diseqc / continuous tone / toneburst / rotor values (delays,Andreas Monzner
timeouts) configurable via /etc/enigma2 for name of the config entries look at lib/python/Components/NimManager.py in InitSecParams function TODO: build a simple Plugin to change this values via gui (with a description for each value) Hopefully now we can get rid of the "Tune failed" or other messages with some diseqc switches
2006-12-26small rotor diseqc fixAndreas Monzner
2006-12-05small optimizeAndreas Monzner
2006-11-30some changes for service groupsAndreas Monzner
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-06-29better readable codeAndreas Monzner
2006-06-29much longer delay between committed and uncommitted diseqc commandAndreas Monzner
2006-06-05revert non working changesAndreas Monzner
2006-05-26fix commentAndreas Monzner
2006-05-26fix one step east / one step west optionAndreas Monzner
add ability to (re)enable rotor limits add ability to turn rotor to reference position (goto 0)
2006-05-22better castAndreas Monzner
2006-05-22do not ask to scan on tuner 0 when not neededAndreas Monzner
2006-05-18fix linked tuner handling for more then 2 sat tunersAndreas Monzner
better readable code
2006-05-05change default lof threshold for universal lnbs to 11700Andreas Monzner
2006-04-13take care of count of receivable satellites in transponder useable scoreAndreas Monzner
2006-04-12fix sending of uncommitted command when no committed command is choosed and ↵Andreas Monzner
the command order says committed command first
2006-04-04add option no_rotor_command_on_tune to eDVBFrontendParameters.setDVBS to disableAndreas Monzner
sending any command to rotor turing tune (for use in manual diseqc rotor setup)
2006-03-30in automatic scan do no more scan satellites twice when not needed (for ↵Andreas Monzner
advanced sat configurations)
2006-03-27fix segfault after leaving scan in some conditionsAndreas Monzner
2006-03-13dont ask for scanning second nim in automatic scan, when it is not meaningfulAndreas Monzner
2006-03-11fix linked tunerAndreas Monzner
2006-03-07much simpler frequency range checkAndreas Monzner
2006-03-03fix ugly bug in satellite / lnb / tuner configAndreas Monzner
thanks for reporting to eagle
2006-03-03implement readFrontendData method to get a python dictionary containing dataAndreas Monzner
about current used transponder/frontend (frontend state, frontend type, lock state, sync state, frequency, symbolrate, fec_innter...) when it is called with True as param it returns the original transponder data (written to tuner) otherwise it reads the current data out of the frontend (corrected tuner data)
2006-02-27add support for turning rotor without power measurementAndreas Monzner
(for rotors behind a powered switch or rotor behind a V-Box) known bug .. the transponder scan loops when a transponder does not lock :/
2006-02-21fix commentAndreas Monzner
2006-02-21add frequency possibility test to detect the correct lnbAndreas Monzner
(for example on tunerA a C-Band LNB is used and on tunerB a ku-Band but for both tuners the same satellites are configured)
2006-02-18rotor fixAndreas Monzner
2006-02-08add Input 1 .. 16 to committed diseqc command selection in advanced sat configAndreas Monzner
2006-02-08hopefully fix tuning c-band frequenciesAndreas Monzner
2006-02-01fix voltage handling,Andreas Monzner
fix rotor handling
2006-01-28code commentsAndreas Monzner
2006-01-22remove generated file "config.h":Andreas Oberritter
pass preprocessor definitions as command line arguments instead this also drops the dependency on "autoheader"
2006-01-20add tuner B option "Equal to Socket A"Andreas Monzner
add tuner B option "Secondary cable from Rotor-LNB"