cec: send feature abort to LG devices when they send a vendor id. start with status...
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index dae426605758b1e03b7f42535db9be55b588dae9..8b006962ef82acfb7ee6c9ee582bad5f4bbc8d70 100644 (file)
@@ -46,6 +46,7 @@ namespace CEC
 
   protected:
     virtual bool HandleActiveSource(const cec_command &command);
+    virtual bool HandleDeviceVendorId(const cec_command &command);
     virtual bool HandleFeatureAbort(const cec_command &command);
     virtual bool HandleGivePhysicalAddress(const cec_command &command);
     virtual bool HandleVendorCommand(const cec_command &command);