cec: set the device type in the firmware too for v2 firmwares. bugzid: 543
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.h
index 98f72fc427c9a2a9d6cde09c675de8d74bab07a6..8d1e2cb9ea5414848cfbe574a7679b5bf5e588a3 100644 (file)
@@ -90,6 +90,7 @@ namespace CEC
     void *Process(void);
   private:
     bool SetAutoEnabled(bool enabled);
+    bool SetDeviceType(cec_device_type type);
     bool SetDefaultLogicalAddress(cec_logical_address address);
     bool SetLogicalAddressMask(uint16_t iMask);
     bool SetPhysicalAddress(uint16_t iPhysicalAddress);