philips: some models send a vendor key release after a normal key press. only the...
[deb_libcec.git] / src / lib / implementations / PHCommandHandler.h
index d1788c0af57b429b02e0c664e03d01fb91b8e199..cf61c66c40c0d4a0e955c97773a22600f7acab5e 100644 (file)
@@ -71,6 +71,7 @@ namespace CEC
     virtual int HandleUserControlRelease(const cec_command& command);
     virtual bool TransmitVendorID(const cec_logical_address iInitiator, const cec_logical_address iDestination, uint64_t iVendorId, bool bIsReply);
     virtual int HandleDeviceVendorId(const cec_command& command);
+    virtual int HandleVendorRemoteButtonUp(const cec_command & UNUSED(command)) { m_iLastKeyCode = CEC_USER_CONTROL_CODE_UNKNOWN; return COMMAND_HANDLED; }
     uint8_t            m_iLastKeyCode;
     CImageViewOnCheck* m_imageViewOnCheck;
   };