diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-03 20:01:01 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-03 20:01:01 +0100 |
| commit | 2ff2e2c4f2a413b36d3eeafee3439ec5df38c59d (patch) | |
| tree | 7ad880b33be4e64c807a2b49b7c6f14e7d3c3566 /lib/dvb | |
| parent | 282d9e86ee6942a5c557d25cce0899857fab78dd (diff) | |
| download | enigma2-2ff2e2c4f2a413b36d3eeafee3439ec5df38c59d.tar.gz enigma2-2ff2e2c4f2a413b36d3eeafee3439ec5df38c59d.zip | |
hopefully finally fix "second cable of motorized LNB"
Diffstat (limited to 'lib/dvb')
| -rw-r--r-- | lib/dvb/sec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp index a56dbf04..751a5453 100644 --- a/lib/dvb/sec.cpp +++ b/lib/dvb/sec.cpp @@ -283,7 +283,7 @@ int eDVBSatelliteEquipmentControl::canTune(const eDVBFrontendParametersSatellite eSecDebugNoSimulate("ret5 %d", ret); } - if (ret && rotor && curRotorPos != -1 && (direct_connected || satpos_depends_ptr == -1) ) // direct conntected or loopthrough! + if (ret && rotor && curRotorPos != -1) ret -= abs(curRotorPos-sat.orbital_position); eSecDebugNoSimulate("ret6 %d", ret); |
