From a87b3d1d940141c9a4785bfad6ff5e4e561c1e28 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Tue, 22 Jan 2013 02:11:57 +0100 Subject: [PATCH] don't send deck status updates to philips when activating the source --- src/lib/implementations/PHCommandHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/implementations/PHCommandHandler.cpp b/src/lib/implementations/PHCommandHandler.cpp index b46f69e..bed6b1e 100644 --- a/src/lib/implementations/PHCommandHandler.cpp +++ b/src/lib/implementations/PHCommandHandler.cpp @@ -86,6 +86,7 @@ CPHCommandHandler::CPHCommandHandler(CCECBusDevice *busDevice, { m_imageViewOnCheck = new CImageViewOnCheck(this); m_vendorId = CEC_VENDOR_PHILIPS; + m_bOPTSendDeckStatusUpdateOnActiveSource = false; } CPHCommandHandler::~CPHCommandHandler(void) -- 2.34.1