mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
fix hdmi-cec going to deep-standby
This commit is contained in:
@@ -4877,6 +4877,10 @@ void CNeutrinoApp::ExitRun(int exit_code)
|
|||||||
if (exit_code == CNeutrinoApp::EXIT_SHUTDOWN)
|
if (exit_code == CNeutrinoApp::EXIT_SHUTDOWN)
|
||||||
cGLCD::SetBrightness(0);
|
cGLCD::SetBrightness(0);
|
||||||
#endif
|
#endif
|
||||||
|
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
||||||
|
if (exit_code == CNeutrinoApp::EXIT_SHUTDOWN)
|
||||||
|
g_hdmicec->SetCECState(true);
|
||||||
|
#endif
|
||||||
|
|
||||||
Cleanup();
|
Cleanup();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user