mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +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)
|
||||
cGLCD::SetBrightness(0);
|
||||
#endif
|
||||
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
||||
if (exit_code == CNeutrinoApp::EXIT_SHUTDOWN)
|
||||
g_hdmicec->SetCECState(true);
|
||||
#endif
|
||||
|
||||
Cleanup();
|
||||
|
||||
|
Reference in New Issue
Block a user