neutrino.cpp: temporary disable hw standby

Origin commit data
------------------
Branch: ni/coolstream
Commit: 01209180b0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-09 (Wed, 09 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-01-09 16:11:38 +04:00
parent 58306e7856
commit 84dc8e7890

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