From d59ce3f9c60c4466006ad1e148cec9a6e3a29cb2 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 19 Jan 2006 00:21:14 +0000 Subject: retune on lostlock is now working :) --- lib/dvb/frontend.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/dvb/frontend.cpp') 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) -- cgit v1.2.3