X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcectypes.h;h=4f74d8d6c2656ed9c4e2b6623abb4c308cbce863;hb=aa169fd7c4a64549f372e0d577dcfbf5b8284600;hp=df59193f594aeb3de04777afd6705132d5e7c876;hpb=29d5198c74435c4bb10bcfa635187f005a0c681d;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index df59193..4f74d8d 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -111,6 +111,7 @@ namespace CEC { #define CEC_CLEAR_INPUT_DEFAULT_WAIT 1000 #define CEC_ACTIVE_SOURCE_SWITCH_RETRY_TIME_MS 5000 +#define CEC_FORWARD_STANDBY_MIN_INTERVAL 10000 #define CEC_MIN_LIB_VERSION 1 #define CEC_LIB_VERSION_MAJOR 1 @@ -675,6 +676,15 @@ typedef enum cec_vendor_id CEC_VENDOR_PHILIPS = 0x00903E, CEC_VENDOR_SONY = 0x080046, CEC_VENDOR_TOSHIBA = 0x000039, + CEC_VENDOR_AKAI = 0x0020C7, + CEC_VENDOR_AOC = 0x002467, + CEC_VENDOR_BENQ = 0x8065E9, + CEC_VENDOR_DAEWOO = 0x009053, + CEC_VENDOR_GRUNDIG = 0x00D0D5, + CEC_VENDOR_MEDION = 0x000CB8, + CEC_VENDOR_SHARP = 0x08001F, + CEC_VENDOR_VIZIO = 0x6B746D, + CEC_VENDOR_UNKNOWN = 0 } cec_vendor_id; @@ -1348,15 +1358,6 @@ typedef struct libcec_configuration #endif } libcec_configuration; -#ifdef UNUSED -#elif defined(__GNUC__) -#define UNUSED(x) UNUSED_ ## x __attribute__((unused)) -#elif defined(__LCLINT__) -#define UNUSED(x) /*@unused@*/ x -#else -#define UNUSED(x) x -#endif - #ifdef __cplusplus }; };