From e81c6777aada2aea5bff91fb88a8194d61ae4cd6 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Fri, 23 Dec 2011 00:47:15 +0100 Subject: [PATCH] cec: fixed typo which prevented LG TVs from connecting sometimes --- src/lib/implementations/SLCommandHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/implementations/SLCommandHandler.cpp b/src/lib/implementations/SLCommandHandler.cpp index f86a644..c068540 100644 --- a/src/lib/implementations/SLCommandHandler.cpp +++ b/src/lib/implementations/SLCommandHandler.cpp @@ -305,7 +305,7 @@ bool CSLCommandHandler::InitHandler(void) bool CSLCommandHandler::TransmitPowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination) { if (iDestination != CECDEVICE_BROADCAST && - iDestination != CECDEVICE_TV && + iInitiator != CECDEVICE_TV && m_processor->m_busDevices[iDestination]->GetVendorId(false) == CEC_VENDOR_LG) { cec_command command; -- 2.34.1