[CEC] increased SCREENSAVER_TIMEOUT from 10 to 20 seconds. philips sends another...
authorLars Op den Kamp <lars@opdenkamp.eu>
Thu, 12 Dec 2013 01:44:52 +0000 (02:44 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Thu, 12 Dec 2013 02:45:24 +0000 (03:45 +0100)
xbmc/peripherals/devices/PeripheralCecAdapter.cpp

index 09ebf90..3480e5a 100644 (file)
@@ -47,7 +47,7 @@ using namespace std;
 #define CEC_LIB_SUPPORTED_VERSION 0x2100
 
 /* time in seconds to ignore standby commands from devices after the screensaver has been activated */
-#define SCREENSAVER_TIMEOUT       10
+#define SCREENSAVER_TIMEOUT       20
 #define VOLUME_CHANGE_TIMEOUT     250
 #define VOLUME_REFRESH_TIMEOUT    100