cec: added buttoncode for 'channels list' on samsung (0x96)
[deb_libcec.git] / include / cectypes.h
index 29a2e3806fcb840fa1d64f333793b9abf37099bc..88eeabbd4b8afd1a9f89d6ea1070dad2f73655fd 100644 (file)
@@ -470,7 +470,8 @@ typedef enum cec_user_control_code
   CEC_USER_CONTROL_CODE_F5                          = 0x75,
   CEC_USER_CONTROL_CODE_DATA                        = 0x76,
   CEC_USER_CONTROL_CODE_AN_RETURN                   = 0x91,
-  CEC_USER_CONTROL_CODE_MAX                         = 0x91,
+  CEC_USER_CONTROL_CODE_AN_CHANNELS_LIST            = 0x96,
+  CEC_USER_CONTROL_CODE_MAX                         = 0x96,
   CEC_USER_CONTROL_CODE_UNKNOWN
 } cec_user_control_code;