mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 14:18:29 +02:00
fix hdmi-cec going to deep-standby
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ba7dbfb68
Author: TangoCash <eric@loxat.de>
Date: 2022-11-21 (Mon, 21 Nov 2022)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -4882,6 +4882,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