added the type of adapter to libcec_configuration, and display the type in cec-client...
[deb_libcec.git] / src / lib / adapter / Pulse-Eight / USBCECAdapterMessage.h
index 74980bba14acf60b3fc0914c0d919a8fdfe6d45a..f8ae4135362167378a5e4e61257484eeb1c87781 100644 (file)
@@ -77,10 +77,18 @@ namespace CEC
     MSGCODE_GET_OSD_NAME,
     MSGCODE_SET_OSD_NAME,
     MSGCODE_WRITE_EEPROM,
+    MSGCODE_GET_ADAPTER_TYPE,
     MSGCODE_FRAME_EOM = 0x80,
     MSGCODE_FRAME_ACK = 0x40,
   } cec_adapter_messagecode;
 
+  typedef enum p8_cec_adapter_type
+  {
+    P8_ADAPTERTYPE_UNKNOWN = 0,
+    P8_ADAPTERTYPE_EXTERNAL,
+    P8_ADAPTERTYPE_DAUGHTERBOARD,
+  } p8_cec_adapter_type;
+
   class CCECAdapterMessage
   {
   public: