X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=4396755d075587d313938d7ad5898ddb8f64b020;hb=50aa01e6895383ff8e96af9b9d0b4641cc3b61f2;hp=941b5427bcdfaaa5adc68805beb6304c6920096d;hpb=e36035adeeab088655508cf6c2aa492e8eea7cc3;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 941b542..4396755 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -529,10 +529,12 @@ typedef enum cec_opcode typedef enum cec_log_level { - CEC_LOG_DEBUG = 0, - CEC_LOG_NOTICE, - CEC_LOG_WARNING, - CEC_LOG_ERROR + CEC_LOG_ERROR = 1, + CEC_LOG_WARNING = 2, + CEC_LOG_NOTICE = 4, + CEC_LOG_TRAFFIC = 8, + CEC_LOG_DEBUG = 16, + CEC_LOG_ALL = 31 } cec_log_level; typedef struct cec_log_message @@ -705,7 +707,7 @@ typedef enum cec_vendor_id #define MSGEND 0xFE #define MSGESC 0xFD #define ESCOFFSET 3 -#define CEC_MIN_VERSION 6 +#define CEC_MIN_VERSION 8 #define CEC_LIB_VERSION 8 #define CEC_BUTTON_TIMEOUT 500