aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.cpp
AgeCommit message (Collapse)Author
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"
2006-01-17always initialize diseqc.data to make compiler happyAndreas Oberritter
2006-01-01enable/disable higher lnb voltage is now workingAndreas Monzner
2005-12-22remove unneeded codeAndreas Monzner
2005-12-16fix auto inversion,Andreas Monzner
make lamedb inversion value compatible with e1
2005-12-08add support for sending toneburstsAndreas Monzner
optimize diseqc command order handling code
2005-12-08fix linked tunersStefan Pluecken
2005-12-06ose no more used frontends and re-open on demandAndreas Monzner
2005-12-02set foregroundcolor of non tuneable services in servicelist to gray (for ↵Andreas Monzner
linked tuner mode)
2005-12-01rotor running detection should now work ( yet only with measure input power )Andreas Monzner
2005-12-01add TODO commentStefan Pluecken
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-30fix linked tuner handling when fast diseqc is enabledAndreas Monzner
2005-11-25fix linked tuners (i hope)Andreas 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-09 - fix typo ;)Felix Domke
2005-11-07fix LOFHAndreas Monzner
2005-11-06make eDVBSatelliteEquipmentControl useable from pythonAndreas Monzner
2005-11-05remove local changesAndreas 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-29more complete lamedb (Astra 19.2 and Hotbird 13.0) ( Astra 19.2 is DiSEqC AA ↵Andreas Monzner
Hotbird DiSEqC BB)
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-08-31 - fix serious problems in widget code. fixup buffered mode. add animation ↵Felix Domke
support.lib/gui
2005-05-30rotor turning with measure input power is now workingAndreas Monzner
2005-05-26more rotor stuffAndreas Monzner
2005-05-25voltage was not set, when not diseqc send was needed .. fix thisAndreas Monzner
2005-05-20work on rotor support, add usals stuff (rotor stuff not completed yet),Andreas Monzner
only send diseqc when needed
2005-05-19 - set default diseqc to AA, in the hope to match more defaults (sorry)Felix Domke
- und ich will den CIABOT testen
2005-05-19diseqc 1.1 should be working nowAndreas Monzner
2005-05-17non blocking diseqc and sec stuffAndreas Monzner