cec: poll for a vendor id when an active device is detected on a logical addres,...
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index e5edac52116f57376d897157ce88c147666c3289..76a99701c0db91386a3492bb6bb2283b34e72e5b 100644 (file)
@@ -40,5 +40,6 @@ namespace CEC
   public:
     CSLCommandHandler(CCECBusDevice *busDevice);
     virtual ~CSLCommandHandler(void) {};
+    virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_LG; };
   };
 };