X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=4396755d075587d313938d7ad5898ddb8f64b020;hb=bdd433cb1b562f3fe77b729b5bc894490ebbbed4;hp=4c029e87ccb9c18ffef1972a056f470542d58e3f;hpb=1d3ca3def5ca5f6e53ef02b3ce311e27ea9da93f;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 4c029e8..4396755 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -529,11 +529,12 @@ typedef enum cec_opcode typedef enum cec_log_level { - CEC_LOG_DEBUG = 0, - CEC_LOG_TRAFFIC, - 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 @@ -706,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