diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-01 19:37:57 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-01 19:38:25 +0100 |
| commit | 5e037c72eaaca8aaaad9591e31569208b8d36381 (patch) | |
| tree | 3334539f8533d06ff851e95e2a932243c17a9f9c /lib/dvb/sec.cpp | |
| parent | 75266d70e4555902631c7e87a2ebd959fafb9b93 (diff) | |
| download | enigma2-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.cpp | 5 |
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) |
