diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-01-12 22:18:31 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-03-27 16:04:42 +0200 |
commit | 4da15c1652d7cb4760a12698c13d5b18fe8046b9 (patch) | |
tree | 28c6828c82ef75e7fbc954c14cccc45a06ea2168 /system/peripherals.xml | |
parent | ff2e663a13e07eb173f0020745a6a2823d2cebc0 (diff) |
cec: set the HDMI port and the device to which the CEC adapter was connected, to be able to determine the correct physical address. this is needed for people who have connected XBMC to something else than the TV
Diffstat (limited to 'system/peripherals.xml')
-rw-r--r-- | system/peripherals.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/peripherals.xml b/system/peripherals.xml index f5cf50d5da..94b9d85d7a 100644 --- a/system/peripherals.xml +++ b/system/peripherals.xml @@ -18,5 +18,6 @@ <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="connected_device" type="int" label="36019" value="0" min="0" max="15" step="1" /> </peripheral> </peripherals> |