fix for LG models that send a vendor key up after a normal key down. issue #71
authorLars Op den Kamp <lars@opdenkamp.eu>
Thu, 25 Oct 2012 12:14:54 +0000 (14:14 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Thu, 25 Oct 2012 12:27:07 +0000 (14:27 +0200)
src/lib/implementations/SLCommandHandler.h

index 2cbef7b4b17f93faae0022e4592a61466da25a12..ec2a4ae5ee8da337baab00a77fce9fe17c151cdf 100644 (file)
@@ -68,6 +68,7 @@ namespace CEC
     int HandleStandby(const cec_command &command);
     bool TransmitMenuState(const cec_logical_address UNUSED(iInitiator), const cec_logical_address UNUSED(iDestination), cec_menu_state UNUSED(menuState), bool UNUSED(bIsReply)) { return true; }
     bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination);
+    int HandleVendorRemoteButtonUp(const cec_command& command) { return HandleUserControlRelease(command); }
 
     void ResetSLState(void);
     bool SLInitialised(void);