aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.cpp
AgeCommit message (Collapse)Author
2008-11-06Add DiSEqC reset after voltage enable and tune failed... hopefully this ↵ghost
fixes problems with some DiSEqC switches
2008-10-24small fixes for loopthroughAndreas Monzner
2008-10-14fix typoAndreas Monzner
2008-10-14fix incorrect calculated score when loopthrough to a motorized lnbAndreas Monzner
2008-10-09add delay before send sequence repeat (diseqc/toneburst)Andreas Monzner
2008-10-03add code to simulate recordings (with faked frontends)Andreas Monzner
now its more easy to build a timer overlap detection or similar
2008-09-30fix non working "2nd lnb from motorized dish"Andreas Monzner
2008-09-08replace eFatal (which can occour during servicescan at some conditions) withAndreas Monzner
a debug message
2008-09-06allow more complicated sat configurationAndreas Monzner
2008-09-05set static powerlimiting every time when diseqc is sentAndreas Monzner
2008-08-28revert local changeAndreas Monzner
2008-08-28fix tune failed problems on fast zapAndreas Monzner
2008-08-18rotor turing without power measure fixesAndreas Monzner
2008-08-08fix tonemode settingAndreas Monzner
2008-08-04improove motor turning without power measureAndreas Monzner
2008-08-04fix tune failed problems on fast zap when a diseqc swicth is in useAndreas Monzner
2008-07-24optimize linked tuner handlingAndreas Monzner
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)