From: Lars Op den Kamp Date: Wed, 31 Oct 2012 14:55:42 +0000 (+0100) Subject: increased double tap timeout to 250ms X-Git-Tag: upstream/2.2.0~1^2~13^2~1 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=f4d62a65d7824a1943c6dcefe87a5a3ef5731f95 increased double tap timeout to 250ms --- diff --git a/include/cectypes.h b/include/cectypes.h index 1357e6d..48d1ab8 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -82,7 +82,7 @@ namespace CEC { /*! * don't send the same key twice within this timeout in milliseconds */ -#define CEC_DOUBLE_TAP_TIMEOUT_MS 200 +#define CEC_DOUBLE_TAP_TIMEOUT_MS 250 /*! * don't query the power state for the same device within this timeout in milliseconds