X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=include%2Fcectypes.h;h=bb1015dbec6b282361026609b826a1b0128aac26;hp=929d85ccd3d6bafad7ee16ff373da9d005f6b2ec;hb=1953d813b44edd22dfc8dfcb59ab480918b4ca2c;hpb=4f5046734389cc554448da5cee93970f3091348b diff --git a/include/cectypes.h b/include/cectypes.h index 929d85c..bb1015d 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -294,6 +294,16 @@ namespace CEC { */ #define CEC_TDA995x_VIRTUAL_COM "CuBox" +/*! + * the path to use for the Exynos HDMI CEC device + */ +#define CEC_EXYNOS_PATH "/dev/CEC" + +/*! + * the name of the virtual COM port to use for the EXYNOS' CEC wire + */ +#define CEC_EXYNOS_VIRTUAL_COM "Exynos" + /*! * Mimimum client version */ @@ -859,7 +869,8 @@ typedef enum cec_adapter_type ADAPTERTYPE_P8_EXTERNAL = 0x1, ADAPTERTYPE_P8_DAUGHTERBOARD = 0x2, ADAPTERTYPE_RPI = 0x100, - ADAPTERTYPE_TDA995x = 0x200 + ADAPTERTYPE_TDA995x = 0x200, + ADAPTERTYPE_EXYNOS = 0x300 } cec_adapter_type; typedef struct cec_menu_language