aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-03-01 19:37:57 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-03-01 19:38:25 +0100
commit5e037c72eaaca8aaaad9591e31569208b8d36381 (patch)
tree3334539f8533d06ff851e95e2a932243c17a9f9c /lib/dvb/sec.cpp
parent75266d70e4555902631c7e87a2ebd959fafb9b93 (diff)
downloadenigma2-5e037c72eaaca8aaaad9591e31569208b8d36381.tar.gz
enigma2-5e037c72eaaca8aaaad9591e31569208b8d36381.zip
fix no more turning positioner after leave positioner setup in some cases
this fixes bug #321
Diffstat (limited to 'lib/dvb/sec.cpp')
-rw-r--r--lib/dvb/sec.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp
index 91246889..44cbe709 100644
--- a/lib/dvb/sec.cpp
+++ b/lib/dvb/sec.cpp
@@ -156,6 +156,11 @@ int eDVBSatelliteEquipmentControl::canTune(const eDVBFrontendParametersSatellite
ret = 15000;
}
+ if (sat.no_rotor_command_on_tune && !rotor) {
+ eSecDebugNoSimulate("no rotor but no_rotor_command_on_tune is set.. ignore lnb %d", idx);
+ continue;
+ }
+
eSecDebugNoSimulate("ret1 %d", ret);
if (linked_in_use)