From 9bb14797c432e3d85c81b935fff0972cd61b5e66 Mon Sep 17 00:00:00 2001 From: Bob van Loosen Date: Thu, 2 Feb 2012 00:21:22 +0100 Subject: [PATCH] added: new enum values --- include/cectypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/cectypes.h b/include/cectypes.h index ddbd79f..7421118 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -594,6 +594,8 @@ typedef enum cec_adapter_messagecode MSGCODE_TRANSMIT_FAILED_TIMEOUT_LINE, MSGCODE_FIRMWARE_VERSION, MSGCODE_START_BOOTLOADER, + MSGCODE_SET_POWERSTATE, + MSGCODE_SET_CONTROLLED, MSGCODE_FRAME_EOM = 0x80, MSGCODE_FRAME_ACK = 0x40, } cec_adapter_messagecode; -- 2.34.1