aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.h
AgeCommit message (Collapse)Author
2009-10-28fix rotor tuning symbolghost
2009-02-20split "delay after continuous tone" value in "delay after continuous tone ↵ghost
disable before diseqc" and "delay after final continuous tone change" value and increment the first value now to 25 to fix "tune failed" problems with some diseqc switches
2009-01-19add unicable support (thx to adenin)ghost
2008-12-13add possibility to set manual lnb priority (only in advanced sat config)ghost
range 0..64 to decrease priorities (this is lower as all auto given priorities) range 14000..14064 this is higher than auto given rotor priorities range 19000..19064 this is higher than each auto given priorities
2008-11-25add possibility to always switch to 13V before do sec commandsghost
2008-11-13add possibility to change delay after diseqc reset command and delay after ↵ghost
diseqc peripherial poweron command via satellite equipment control plugin
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-06allow more complicated sat configurationAndreas Monzner
2008-08-08revert 128 LNB change... this was per TunerAndreas Monzner
so now its possible to configure up to 36 LNBs per Tuner (32 + 4 just for motorized dishes) (max 144 LNBs now for all Tuners)
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-19remove no more needed functionAndreas Monzner
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2008-06-02dont use and show input power measurement (for rotor running detection),Andreas Monzner
when the hardware doesn't support it
2008-04-28make final tune timeout symbolrate dependingFelix Domke
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-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-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-05small optimizeAndreas Monzner
2006-05-18fix linked tuner handling for more then 2 sat tunersAndreas Monzner
better readable code
2006-03-30in automatic scan do no more scan satellites twice when not needed (for ↵Andreas Monzner
advanced sat configurations)
2006-03-13dont ask for scanning second nim in automatic scan, when it is not meaningfulAndreas Monzner
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-01fix voltage handling,Andreas Monzner
fix rotor handling
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"
2005-12-31make many constructors and destructors invisible for pythonAndreas Monzner
2005-12-01rotor running detection should now work ( yet only with measure input power )Andreas Monzner
2005-12-01add blinking dish-picture if positioner is moving (we need a function which ↵Stefan Pluecken
returns true when the positioner is moving for it to work)
2005-11-23fixAndreas Monzner
2005-11-23work on linked tuners ( can not test it :( )Andreas Monzner
2005-11-16use frontend_id in prepare tooAndreas Monzner
2005-11-16auto tuner selection is now working (this breaks allocateRawChannel..)Andreas Monzner
TODO: handling for linked tuners (loop through)
2005-11-06make eDVBSatelliteEquipmentControl useable from pythonAndreas Monzner
2005-11-05add some funktions to configure lnbs, satellites, diseqc...Andreas Monzner
still need some changes for swig to do functions callable from python
2005-10-26start rotor with 13V and static power limiting mode (LNBP21).. after 500msec ↵Andreas Monzner
switch rotor to faster speed.. (18V) .. TODO: change limiting mode should be done in driver.. not in userspace.. at the moment this is only working for the first tuner... (hardcoded i2c bus)
2005-10-26a lnb have only one satellite parameters structAndreas Monzner
2005-08-31lnb's have diseqc parameters.. not satellite'sAndreas Monzner
2005-05-30rotor turning with measure input power is now workingAndreas Monzner
2005-05-26more rotor stuffAndreas Monzner
2005-05-20work on rotor support, add usals stuff (rotor stuff not completed yet),Andreas Monzner
only send diseqc when needed
2005-05-19diseqc 1.1 should be working nowAndreas Monzner
2005-05-17non blocking diseqc and sec stuffAndreas Monzner
2005-05-02add satconfig partAndreas Monzner
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
- first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished
2005-01-26nicer code (api v3 / oldapi)Andreas Monzner
2005-01-12fixes for old api.. not all tested..Andreas Monzner