aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-03-01 19:39:33 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-03-01 19:39:33 +0100
commit78329e83433e005aa3d4e6a6f0d526ec2bb9b8f6 (patch)
treedc1aa7f7c77336b3512b5a662a8c35bcc91f7758 /lib/dvb/sec.cpp
parent31037f2bac27fb9a592d63a09e1e9ef2792f8e7e (diff)
parentf9ebb7117c782cd7687523abc8bdccfe8153290e (diff)
downloadenigma2-78329e83433e005aa3d4e6a6f0d526ec2bb9b8f6.tar.gz
enigma2-78329e83433e005aa3d4e6a6f0d526ec2bb9b8f6.zip
Merge branch 'bug_321_fix_rotor_turning_after_leave_positioner_setup' into experimental
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)