diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-04-04 20:04:03 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-04-04 20:04:03 +0000 |
| commit | b5f1d8881aa8369ca05be952298425a85124b665 (patch) | |
| tree | ec659a77a1f1900311909a96a56ef899693ed9f0 /lib/dvb/sec.cpp | |
| parent | 76b2515eb97c7474c6363b00002cd189d4fb51a3 (diff) | |
| download | enigma2-b5f1d8881aa8369ca05be952298425a85124b665.tar.gz enigma2-b5f1d8881aa8369ca05be952298425a85124b665.zip | |
add option no_rotor_command_on_tune to eDVBFrontendParameters.setDVBS to disable
sending any command to rotor turing tune (for use in manual diseqc rotor setup)
Diffstat (limited to 'lib/dvb/sec.cpp')
| -rw-r--r-- | lib/dvb/sec.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp index b995b806..73294611 100644 --- a/lib/dvb/sec.cpp +++ b/lib/dvb/sec.cpp @@ -397,7 +397,8 @@ RESULT eDVBSatelliteEquipmentControl::prepare(iDVBFrontend &frontend, FRONTENDPA int RotorCmd=-1; bool useGotoXX = false; - if ( di_param.m_diseqc_mode == eDVBSatelliteDiseqcParameters::V1_2 ) + if ( di_param.m_diseqc_mode == eDVBSatelliteDiseqcParameters::V1_2 + && !sat.no_rotor_command_on_tune ) { if (depend_satpos_mode || linked) // in this both modes we dont really turn the rotor.... but in canTune we need the satpos |
