diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-12-08 00:47:35 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-12-08 01:22:05 +0100 |
commit | f113d257af73b84dfb0ebf578c0d305fb52a3c40 (patch) | |
tree | a96fbfc30c588a4f64e74f204533bb096cf0b6c2 /system | |
parent | e4339fcf753b9f807da2dfe2b5da32d0fdbe97e5 (diff) |
cec fixes:
- pose as a recording device instead of a playback device on the cec bus, so the tuner related buttons on the tv's remote work too.
- removed the option to mark xbmc as inactive view when stopping, but always send the command instead, as is required by the cec spec.
- corrections in repeated keypress handling. display a message when the CEC adapter is connecting and when it is connected and to which devices.
Diffstat (limited to 'system')
-rw-r--r-- | system/peripherals.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/peripherals.xml b/system/peripherals.xml index 8f916aec99..f5cf50d5da 100644 --- a/system/peripherals.xml +++ b/system/peripherals.xml @@ -15,9 +15,8 @@ <setting key="cec_power_on_startup" type="bool" value="1" label="36007" /> <setting key="cec_power_off_shutdown" type="bool" value="1" label="36008" /> <setting key="cec_standby_screensaver" type="bool" value="1" label="36009" /> - <setting key="cec_mark_inactive_shutdown" type="bool" value="0" label="36010" /> <setting key="standby_pc_on_tv_standby" type="bool" value="1" label="36014" /> <setting key="cec_debug_logging" type="bool" value="0" label="20191" /> - <setting key="use_tv_menu_language" type="bool" value="1" label="36018" /> + <setting key="use_tv_menu_language" type="bool" value="1" label="36018" /> </peripheral> </peripherals> |