From: Lars Op den Kamp Date: Tue, 3 Jan 2012 13:36:31 +0000 (+0100) Subject: cec: transmit the menu state when activating the panasonic handler X-Git-Tag: upstream/2.2.0~1^2~42^2~9 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=a2396302c1ce78f95090bfa30ccabc5d4c377b64 cec: transmit the menu state when activating the panasonic handler --- diff --git a/src/lib/implementations/VLCommandHandler.cpp b/src/lib/implementations/VLCommandHandler.cpp index 6a6bad2..8153792 100644 --- a/src/lib/implementations/VLCommandHandler.cpp +++ b/src/lib/implementations/VLCommandHandler.cpp @@ -50,5 +50,6 @@ bool CVLCommandHandler::InitHandler(void) { return m_processor->ChangeDeviceType(CEC_DEVICE_TYPE_RECORDING_DEVICE, CEC_DEVICE_TYPE_PLAYBACK_DEVICE); } + m_busDevice->TransmitMenuState(CECDEVICE_TV); return CCECCommandHandler::InitHandler(); }