neutrino.cpp: temporary disable hw standby

This commit is contained in:
[CST] Focus
2013-01-09 16:11:38 +04:00
parent dcd70ed649
commit 01209180b0

View File

@@ -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);