From 84dc8e7890d270c9901c734b9749eadd1e05f3a0 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 9 Jan 2013 16:11:38 +0400 Subject: [PATCH] neutrino.cpp: temporary disable hw standby Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/01209180b08735c934854fd7d84bb74ca8d13fb8 Author: [CST] Focus Date: 2013-01-09 (Wed, 09 Jan 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index e08594190..955a77fa5 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3172,7 +3172,7 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby ) frameBuffer->setActive(false); // Active standby on - powerManager->SetStandby(true, false); + powerManager->SetStandby(false, false); } else { // Active standby off powerManager->SetStandby(false, false);