cec: poll for a vendor id when an active device is detected on a logical addres,...
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.h
index d1729aa2fefd696c9d20f5fa391d8d2e3da775ed..0207a6321f67c435c9d627b66481b0ca320446ee 100644 (file)
@@ -43,6 +43,8 @@ namespace CEC
 
     virtual bool HandleCommand(const cec_command &command);
 
+    virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_SAMSUNG; };
+
   protected:
     virtual bool HandleVendorRemoteButtonDown(const cec_command &command);
   };