diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-04-28 22:38:57 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-04-28 22:38:57 +0000 |
| commit | 4d7c619a4cc127d908c03780b6a6dca68d196ae3 (patch) | |
| tree | 1ae41b3bc1bc42dc5f492790802892a9451330e3 /lib/dvb/sec.cpp | |
| parent | 19197375f0a6f073ef68b4906048c84386651a7a (diff) | |
| download | enigma2-4d7c619a4cc127d908c03780b6a6dca68d196ae3.tar.gz enigma2-4d7c619a4cc127d908c03780b6a6dca68d196ae3.zip | |
make final tune timeout symbolrate depending
Diffstat (limited to 'lib/dvb/sec.cpp')
| -rw-r--r-- | lib/dvb/sec.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp index 1e75d113..ddd950b4 100644 --- a/lib/dvb/sec.cpp +++ b/lib/dvb/sec.cpp @@ -280,7 +280,7 @@ bool need_turn_fast(int turn_speed) #define VOLTAGE(x) (lnb_param.m_increased_voltage ? iDVBFrontend::voltage##x##_5 : iDVBFrontend::voltage##x) -RESULT eDVBSatelliteEquipmentControl::prepare(iDVBFrontend &frontend, FRONTENDPARAMETERS &parm, const eDVBFrontendParametersSatellite &sat, int slot_id) +RESULT eDVBSatelliteEquipmentControl::prepare(iDVBFrontend &frontend, FRONTENDPARAMETERS &parm, const eDVBFrontendParametersSatellite &sat, int slot_id, unsigned int tunetimeout) { for (int idx=0; idx <= m_lnbidx; ++idx ) { @@ -788,7 +788,7 @@ RESULT eDVBSatelliteEquipmentControl::prepare(iDVBFrontend &frontend, FRONTENDPA if (doSetFrontend) { - sec_sequence.push_back( eSecCommand(eSecCommand::START_TUNE_TIMEOUT) ); + sec_sequence.push_back( eSecCommand(eSecCommand::START_TUNE_TIMEOUT, tunetimeout) ); sec_sequence.push_back( eSecCommand(eSecCommand::SET_FRONTEND) ); } frontend.setSecSequence(sec_sequence); |
