From: Lars Op den Kamp Date: Tue, 22 Jan 2013 01:11:57 +0000 (+0100) Subject: don't send deck status updates to philips when activating the source X-Git-Tag: upstream/2.2.0~1^2~6^2~13 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=a87b3d1d940141c9a4785bfad6ff5e4e561c1e28 don't send deck status updates to philips when activating the source --- 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)