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:37:57 +0100 |
| commit | f9ebb7117c782cd7687523abc8bdccfe8153290e (patch) | |
| tree | 4d287334d477ca043740530af6f2f136becdfea2 /lib/dvb/sec.cpp | |
| parent | c9656234fc321dcd39b03921bab54b8848a507a6 (diff) | |
| download | enigma2-f9ebb7117c782cd7687523abc8bdccfe8153290e.tar.gz enigma2-f9ebb7117c782cd7687523abc8bdccfe8153290e.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) |
