ignore mplex buffer underruns since they apperently only occur at the very end of...
[enigma2.git] / Navigation.py
index f46b92d44fac0784ed55ae1ea2ebced32a05a29c..e8b44a35087c85d129da6002ef80df5aeae98847 100644 (file)
@@ -33,15 +33,9 @@ class Navigation:
                        clearFPWasTimerWakeup()
                        if getFPWasTimerWakeup(): # sanity check to detect if the FP driver is working correct!
                                print "buggy fp driver detected!!! please update drivers.... ignore timer wakeup!"
                        clearFPWasTimerWakeup()
                        if getFPWasTimerWakeup(): # sanity check to detect if the FP driver is working correct!
                                print "buggy fp driver detected!!! please update drivers.... ignore timer wakeup!"
-                               setFPWakeuptime(0)
                        elif len(self.getRecordings()) or abs(self.RecordTimer.getNextRecordingTime() - time()) <= 360:
                        elif len(self.getRecordings()) or abs(self.RecordTimer.getNextRecordingTime() - time()) <= 360:
-                               setFPWakeuptime(0x89ABCDEF)
-                               if getFPWakeuptime() != 0x89ABCDEF: # sanity check to detect if the FP Atmel Firmware is working correct!
-                                       print "buggy atmel firmware detected!! atmel update needed... ignore fp timer wakeup!"
-                                       setFPWakeuptime(0)
-                               elif not Screens.Standby.inTryQuitMainloop: # not a shutdown messagebox is open
+                               if not Screens.Standby.inTryQuitMainloop: # not a shutdown messagebox is open
                                        RecordTimer.RecordTimerEntry.TryQuitMainloop(0) # start shutdown handling
                                        RecordTimer.RecordTimerEntry.TryQuitMainloop(0) # start shutdown handling
-               setFPWakeuptime(1)
                self.SleepTimer = SleepTimer.SleepTimer()
 
        def dispatchEvent(self, i):
                self.SleepTimer = SleepTimer.SleepTimer()
 
        def dispatchEvent(self, i):