X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=cb51c7fe58e8cdb2e92b0b58ad0593a3a4fc5f07;hb=47822a9c26fbf9897b6bc063afdf58588da91e30;hp=f68007b507e4477619c5d8e2f7346e343b4c887d;hpb=b272f558d4b0567f581d8cea04a6ac2b6ed49146;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index f68007b..cb51c7f 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 @@ -1375,6 +1375,10 @@ typedef enum cec_client_version CEC_CLIENT_VERSION_1_99_0 = 0x1990, CEC_CLIENT_VERSION_2_0_0 = 0x2000, CEC_CLIENT_VERSION_2_0_1 = 0x2001, + CEC_CLIENT_VERSION_2_0_2 = 0x2002, + CEC_CLIENT_VERSION_2_0_3 = 0x2003, + CEC_CLIENT_VERSION_2_0_4 = 0x2004, + CEC_CLIENT_VERSION_CURRENT = 0x2004 } cec_client_version; typedef enum cec_server_version @@ -1398,6 +1402,10 @@ typedef enum cec_server_version CEC_SERVER_VERSION_1_99_0 = 0x1990, CEC_SERVER_VERSION_2_0_0 = 0x2000, CEC_SERVER_VERSION_2_0_1 = 0x2001, + CEC_SERVER_VERSION_2_0_2 = 0x2002, + CEC_SERVER_VERSION_2_0_3 = 0x2003, + CEC_SERVER_VERSION_2_0_4 = 0x2004, + CEC_SERVER_VERSION_CURRENT = 0x2004 } cec_server_version; struct libcec_configuration