From 45643d8ac49441930cb8fb94c59306dbbb1659c1 Mon Sep 17 00:00:00 2001 From: Marten Richter Date: Sun, 24 Nov 2013 12:29:22 +0100 Subject: [PATCH] Deactivate set power state, it seems to cause trouble --- remotelinux.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/remotelinux.cc b/remotelinux.cc index c0af036..dd54fa4 100644 --- a/remotelinux.cc +++ b/remotelinux.cc @@ -893,11 +893,11 @@ char* RemoteLinux::HCWDesc(unsigned long long hcw) void RemoteLinux::changePowerState(bool poweron){ if (cec_adap) { if (poweron) { - Log::getInstance()->log("Remote", Log::DEBUG, "CEC set active source" ); - cec_adap->SetActiveSource(); + //Log::getInstance()->log("Remote", Log::DEBUG, "CEC set active source" ); + //cec_adap->SetActiveSource(); } else { - Log::getInstance()->log("Remote", Log::DEBUG, "CEC set inactive view" ); - cec_adap->SetInactiveView(); + //Log::getInstance()->log("Remote", Log::DEBUG, "CEC set inactive view" ); + //cec_adap->SetInactiveView(); } } } -- 2.39.2