From: Lars Op den Kamp Date: Mon, 13 Feb 2012 11:41:20 +0000 (+0100) Subject: cec: don't send menu state updates to LG X-Git-Tag: upstream/2.2.0~1^2~35^2~81 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=6581031ae0bd36fcd4e666083115344c286b1e62 cec: don't send menu state updates to LG --- 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;