X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=2af86437c726152708000c6cb77b3b8422aa2d11;hb=90b7066f7129c01c5bd012a00677ebdc0c42ae89;hp=58b6ef4cc97bd0ff44df0d5d6bfcf6de9fee3605;hpb=cf17686925e242ec3f1d1962414e53bad5ec2a00;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 58b6ef4..2af8643 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -274,6 +274,16 @@ namespace CEC { */ #define CEC_RPI_VIRTUAL_COM "RPI" +/*! + * the path to use for the TDA995x's CEC wire + */ +#define CEC_TDA995x_PATH "/dev/hdmicec" + +/*! + * the name of the virtual COM port to use for the TDA995x's CEC wire + */ +#define CEC_TDA995x_VIRTUAL_COM "CuBox" + /*! * Mimimum client version */ @@ -299,6 +309,7 @@ namespace CEC { #define MSGESC 0xFD #define ESCOFFSET 3 + typedef enum cec_abort_reason { CEC_ABORT_REASON_UNRECOGNIZED_OPCODE = 0,//!< CEC_ABORT_REASON_UNRECOGNIZED_OPCODE @@ -830,7 +841,8 @@ typedef enum cec_adapter_type ADAPTERTYPE_UNKNOWN = 0, ADAPTERTYPE_P8_EXTERNAL = 0x1, ADAPTERTYPE_P8_DAUGHTERBOARD = 0x2, - ADAPTERTYPE_RPI = 0x100 + ADAPTERTYPE_RPI = 0x100, + ADAPTERTYPE_TDA995x = 0x200 } cec_adapter_type; typedef struct cec_menu_language