aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-09 22:18:08 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-09 22:18:08 +0000
commit793a21597557994f9e57ce16df22437fa38bd45e (patch)
tree96d13082cd9da64918a204485b9b87c32ada1643 /lib/dvb/sec.cpp
parent1534ee3d4679bf797a153783d86c14d59cd596b8 (diff)
downloadenigma2-793a21597557994f9e57ce16df22437fa38bd45e.tar.gz
enigma2-793a21597557994f9e57ce16df22437fa38bd45e.zip
add delay before send sequence repeat (diseqc/toneburst)
Diffstat (limited to 'lib/dvb/sec.cpp')
-rw-r--r--lib/dvb/sec.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp
index 70cbf047..0f2069c1 100644
--- a/lib/dvb/sec.cpp
+++ b/lib/dvb/sec.cpp
@@ -689,6 +689,9 @@ RESULT eDVBSatelliteEquipmentControl::prepare(iDVBFrontend &frontend, FRONTENDPA
sec_sequence.push_back( eSecCommand(eSecCommand::SEND_TONEBURST, di_param.m_toneburst_param) );
sec_sequence.push_back( eSecCommand(eSecCommand::SLEEP, m_params[DELAY_AFTER_TONEBURST]) );
}
+
+ if (di_param.m_seq_repeat && seq_repeat == 0)
+ sec_sequence.push_back( eSecCommand(eSecCommand::SLEEP, m_params[DELAY_BEFORE_SEQUENCE_REPEAT]) );
}
sendDiSEqC = true;
}