X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FUSBCECAdapterCommunication.h;h=8d1e2cb9ea5414848cfbe574a7679b5bf5e588a3;hb=9878069e35286a320bb01ef58a1cc2864856e54e;hp=98f72fc427c9a2a9d6cde09c675de8d74bab07a6;hpb=ffdfabf02d6647c1745e3c92e7514c776d84c468;p=deb_libcec.git diff --git a/src/lib/adapter/USBCECAdapterCommunication.h b/src/lib/adapter/USBCECAdapterCommunication.h index 98f72fc..8d1e2cb 100644 --- a/src/lib/adapter/USBCECAdapterCommunication.h +++ b/src/lib/adapter/USBCECAdapterCommunication.h @@ -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);