retune on lostlock is now working :)
[enigma2.git] / lib / dvb / frontend.cpp
index a4a94a213de8fe78ac3537de8424d3a52385ba2c..f4cbd307d27ee4af0e02c5fa8ef2ae7d9c6347e3 100644 (file)
@@ -400,9 +400,7 @@ void eDVBFrontend::feEvent(int w)
                        else
                        {
                                state = stateLostLock;
                        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)
                        }
                }
                if (m_state != state)