X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FPulse-Eight%2FUSBCECAdapterCommunication.h;h=04199e2bc079b3a7371aa5455da23bc3f856f2bc;hb=90b7066f7129c01c5bd012a00677ebdc0c42ae89;hp=1144d0e1be2c46fdbe63c7594971839bcdf1d4d3;hpb=a8c39f8cb07622051f5091468efbcd980c833cff;p=deb_libcec.git diff --git a/src/lib/adapter/Pulse-Eight/USBCECAdapterCommunication.h b/src/lib/adapter/Pulse-Eight/USBCECAdapterCommunication.h index 1144d0e..04199e2 100644 --- a/src/lib/adapter/Pulse-Eight/USBCECAdapterCommunication.h +++ b/src/lib/adapter/Pulse-Eight/USBCECAdapterCommunication.h @@ -33,6 +33,7 @@ #include "lib/platform/threads/threads.h" #include "lib/adapter/AdapterCommunication.h" +#include "USBCECAdapterMessage.h" namespace PLATFORM { @@ -86,6 +87,9 @@ namespace CEC bool SetControlledMode(bool controlled); cec_vendor_id GetVendorId(void) { return CEC_VENDOR_UNKNOWN; } bool SupportsSourceLogicalAddress(const cec_logical_address UNUSED(address)) { return true; } + cec_adapter_type GetAdapterType(void); + uint16_t GetAdapterVendorId(void) const; + uint16_t GetAdapterProductId(void) const; ///} bool ProvidesExtendedResponse(void);