diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-06 11:20:10 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-09 17:42:33 +0100 |
| commit | 0e0842e360e8702d0b649339be3b0b19c412216c (patch) | |
| tree | a0ed4cacbd6aa6d6bc6be6d15e151947a0e42955 /lib/dvb | |
| parent | 4067f2a9a5e2e788c7dd4c4c5cd06024537840f9 (diff) | |
| download | enigma2-0e0842e360e8702d0b649339be3b0b19c412216c.tar.gz enigma2-0e0842e360e8702d0b649339be3b0b19c412216c.zip | |
lib/dvb/sec.cpp: fix no more working tune to dvb-s2 transponders when the cable is not directly connected to -s2 tuner
Diffstat (limited to 'lib/dvb')
| -rw-r--r-- | lib/dvb/sec.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp index 8b6bc491..0e3e7e0a 100644 --- a/lib/dvb/sec.cpp +++ b/lib/dvb/sec.cpp @@ -189,6 +189,7 @@ int eDVBSatelliteEquipmentControl::canTune(const eDVBFrontendParametersSatellite else ret += 10; } + eSecDebugNoSimulate("ret3 %d", ret); } else // current fe is dependent of another tuner ... (so this fe can't turn the rotor!) { @@ -200,12 +201,8 @@ int eDVBSatelliteEquipmentControl::canTune(const eDVBFrontendParametersSatellite ret = 0; } } - eSecDebugNoSimulate("ret3 %d", ret); + eSecDebugNoSimulate("ret4 %d", ret); } - else if (!direct_connected) - ret = 0; - - eSecDebugNoSimulate("ret4 %d", ret); if (ret && rotor && rotor_pos != -1) ret -= abs(rotor_pos-sat.orbital_position); |
