diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2013-03-05 14:08:20 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2013-03-05 14:08:20 +0100 |
commit | 67c981dd5d9d67525f4327a7bdaf6d2dd6271c1d (patch) | |
tree | 0fbdaa5899bce715821fcc037b5ec7874fb68f4c /system/peripherals.xml | |
parent | c553fb9955de9890e8cc5c18bceee2e69c7ef711 (diff) |
[cec] make the 'missing libCEC support' warning show up again
Diffstat (limited to 'system/peripherals.xml')
-rw-r--r-- | system/peripherals.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/peripherals.xml b/system/peripherals.xml index df8674df83..68205dfe57 100644 --- a/system/peripherals.xml +++ b/system/peripherals.xml @@ -31,6 +31,12 @@ <setting key="double_tap_timeout_ms" type="int" min="0" value="2000" configurable="0" /> </peripheral> + <peripheral vendor_product="2548:1001,2548:1002" bus="usb" name="Pulse-Eight CEC Adapter" mapTo="cec"> + <!-- This entry will not create a CPeripheralCecAdapter instance, since it's filtered out in CPeripherals::CreatePeripheral, + but it will ensure that a warning is displayed when an adapter is inserted, but libCEC is not present or couldn't be loaded. + Since libCEC is now used to scan for devices, the warning will not be displayed without this mapping --> + </peripheral> + <peripheral vendor_product="15C2:32,15C2:33,15C2:34,15C2:35,15C2:36,15C2:37,15C2:38,15C2:39,15C2:3A,15C2:3B,15C2:3C,15C2:3D,15C2:3E,15C2:3F,15C2:41,15C2:42,15C2:43,15C2:44,15C2:45,15C2:46" bus="usb" name="iMON HID device" mapTo="imon"> <setting key="do_not_use_custom_keymap" type="bool" value="1" label="35009" configurable="0"/> <setting key="disable_winjoystick" type="bool" value="1" label="35102" order="1" /> |