cec: use CecBuffer as input buffer in CAdapterCommunication
[deb_libcec.git] / include / cectypes.h
index 941b5427bcdfaaa5adc68805beb6304c6920096d..4396755d075587d313938d7ad5898ddb8f64b020 100644 (file)
@@ -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