imx6: update kodi patch (cec ignore tv off)

This commit is contained in:
Peter Vicman 2016-09-13 18:57:57 +02:00
parent 7656c14c03
commit 0cf80ec53f

View File

@ -38,3 +38,15 @@ diff -aurNp a/xbmc/windowing/egl/EGLNativeTypeIMX.cpp b/xbmc/windowing/egl/EGLNa
//#define TRACE_FRAMES
#define RENDER_USE_G2D 0
diff -aurNp a/system/peripherals.xml b/system/peripherals.xml
--- a/system/peripherals.xml 2016-09-07 16:50:55.725114234 +0200
+++ b/system/peripherals.xml 2016-09-07 16:51:13.472432981 +0200
@@ -16,7 +16,7 @@
<setting key="send_inactive_source" type="bool" value="1" label="36025" order="5" />
<setting key="cec_standby_screensaver" type="bool" value="0" label="36009" order="6" />
<setting key="cec_wake_screensaver" type="bool" value="1" label="36010" order="7" />
- <setting key="standby_pc_on_tv_standby" type="enum" value="13011" label="36029" order="8" lvalues="36028|13005|13011" />
+ <setting key="standby_pc_on_tv_standby" type="enum" value="36028" label="36029" order="8" lvalues="36028|13005|13011" />
<setting key="standby_tv_on_pc_standby" type="bool" value="1" label="36026" order="9" />
<setting key="use_tv_menu_language" type="bool" value="0" label="36018" order="10" />
<setting key="pause_playback_on_deactivate" type="bool" value="1" label="36033" configurable="0" />