diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-19 00:21:14 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-19 00:21:14 +0000 |
| commit | d59ce3f9c60c4466006ad1e148cec9a6e3a29cb2 (patch) | |
| tree | ce262674f321e0ddacbcd09c8e2d058a25b982f8 /lib/dvb/frontend.cpp | |
| parent | d250965754894689707739e6d12d7cf6a6f13d5e (diff) | |
| download | enigma2-d59ce3f9c60c4466006ad1e148cec9a6e3a29cb2.tar.gz enigma2-d59ce3f9c60c4466006ad1e148cec9a6e3a29cb2.zip | |
retune on lostlock is now working :)
Diffstat (limited to 'lib/dvb/frontend.cpp')
| -rw-r--r-- | lib/dvb/frontend.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp index a4a94a21..f4cbd307 100644 --- a/lib/dvb/frontend.cpp +++ b/lib/dvb/frontend.cpp @@ -400,9 +400,7 @@ void eDVBFrontend::feEvent(int w) else { state = stateLostLock; - - if (m_state != stateLostLock) - eDebug("FIXME: we lost lock, so we might have to retune."); + m_data[0] = m_data[1] = m_data[2] = -1; // reset diseqc } } if (m_state != state) |
