cec: get the vendor id of the TV before allocating logical addresses, so we can deter...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 6e0121fdee49886dc4b3db09b47465d8175aa9e6..3a9bd6f1a3370bcc367bb611183cc2d6f9f691b2 100644 (file)
@@ -163,6 +163,8 @@ namespace CEC
     virtual void SignalOpcode(cec_opcode opcode);
 
     virtual bool ActiveSourcePending(void);
+    virtual bool SupportsDeviceType(const cec_device_type UNUSED(type)) const { return true; };
+    cec_device_type GetReplacementDeviceType(const cec_device_type type) const { return type; }
 
   protected:
     virtual bool HandleActiveSource(const cec_command &command);