From 6581031ae0bd36fcd4e666083115344c286b1e62 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Mon, 13 Feb 2012 12:41:20 +0100 Subject: [PATCH] cec: don't send menu state updates to LG --- src/lib/implementations/SLCommandHandler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/implementations/SLCommandHandler.h b/src/lib/implementations/SLCommandHandler.h index 9140835..eaa21f1 100644 --- a/src/lib/implementations/SLCommandHandler.h +++ b/src/lib/implementations/SLCommandHandler.h @@ -65,6 +65,7 @@ namespace CEC virtual bool HandleRequestActiveSource(const cec_command &command); virtual bool HandleFeatureAbort(const cec_command &command); virtual bool HandleStandby(const cec_command &command); + virtual bool TransmitMenuState(const cec_logical_address UNUSED(iInitiator), const cec_logical_address UNUSED(iDestination), cec_menu_state UNUSED(menuState)) { return true; } bool m_bSLEnabled; bool m_bPowerStateReset; -- 2.34.1