From 1097c82bb472a24f9db37674847e22a1c84ad03e Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Wed, 12 Oct 2011 00:46:45 +0200 Subject: [PATCH] CEC_SETTLE_DOWN_TIME 1000->1500. fixes 'permission denied' when accessing the adapter right after inserting it --- include/CECExports.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/CECExports.h b/include/CECExports.h index e3f1b76..fd6162c 100644 --- a/include/CECExports.h +++ b/include/CECExports.h @@ -56,7 +56,7 @@ namespace CEC { #endif #define CEC_MIN_VERSION 6 #define CEC_LIB_VERSION 6 - #define CEC_SETTLE_DOWN_TIME 1000 + #define CEC_SETTLE_DOWN_TIME 1500 #define CEC_BUTTON_TIMEOUT 500 typedef enum cec_user_control_code -- 2.34.1