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-06 11:21:28 +0100 |
| commit | eaa0a63f8e532f9af46a621196dc6b49279f1c13 (patch) | |
| tree | f23fe1f284d6fad8a3c322ca21c5e9c2beee4d9e /lib/dvb | |
| parent | b9078822ea1ab5a65389532b3f34c2a26e4660bb (diff) | |
| download | enigma2-eaa0a63f8e532f9af46a621196dc6b49279f1c13.tar.gz enigma2-eaa0a63f8e532f9af46a621196dc6b49279f1c13.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); |
