X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=88eeabbd4b8afd1a9f89d6ea1070dad2f73655fd;hb=340ce76c689f0e52439556edfb49da07e3171114;hp=29a2e3806fcb840fa1d64f333793b9abf37099bc;hpb=6e919697bd058e0549f34b4fdb74bd5924a7db75;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 29a2e38..88eeabb 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -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;