From: Lars Op den Kamp Date: Mon, 15 Oct 2012 11:03:26 +0000 (+0200) Subject: fixed - reset CVLCommandHandler::m_bCapabilitiesSent when the TV goes to standby X-Git-Tag: upstream/2.2.0~1^2~14^2^2~4 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=d404793f234fb1605f919399a71b27b18e252639 fixed - reset CVLCommandHandler::m_bCapabilitiesSent when the TV goes to standby --- diff --git a/src/lib/implementations/VLCommandHandler.cpp b/src/lib/implementations/VLCommandHandler.cpp index 1db9fb1..d14bec6 100644 --- a/src/lib/implementations/VLCommandHandler.cpp +++ b/src/lib/implementations/VLCommandHandler.cpp @@ -203,6 +203,7 @@ int CVLCommandHandler::HandleStandby(const cec_command &command) { CLockObject lock(m_mutex); m_iPowerUpEventReceived = 0; + m_bCapabilitiesSent = false; } return CCECCommandHandler::HandleStandby(command);