From d404793f234fb1605f919399a71b27b18e252639 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Mon, 15 Oct 2012 13:03:26 +0200 Subject: [PATCH] fixed - reset CVLCommandHandler::m_bCapabilitiesSent when the TV goes to standby --- src/lib/implementations/VLCommandHandler.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- 2.34.1