mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: also match 2548:1002 to the cec adapter
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4978175ff5
commit
9d96967d02
@ -0,0 +1,12 @@
|
||||
diff -Naur xbmc-pvr-11.0.2/system/peripherals.xml xbmc-pvr-11.0.2.patch/system/peripherals.xml
|
||||
--- xbmc-pvr-11.0.2/system/peripherals.xml 2012-07-05 21:04:48.000000000 +0200
|
||||
+++ xbmc-pvr-11.0.2.patch/system/peripherals.xml 2012-09-17 23:54:58.559892913 +0200
|
||||
@@ -8,7 +8,7 @@
|
||||
<setting key="key_user" value="" label="36004" />
|
||||
</peripheral>
|
||||
|
||||
- <peripheral vendor_product="2548:1001" bus="usb" name="Pulse-Eight CEC Adaptor" mapTo="cec">
|
||||
+ <peripheral vendor_product="2548:1001,2548:1002" bus="usb" name="Pulse-Eight CEC Adaptor" mapTo="cec">
|
||||
<setting key="enabled" type="bool" value="1" label="305" />
|
||||
<setting key="port" type="string" value="" label="792" />
|
||||
<setting key="cec_hdmi_port" type="int" value="1" min="1" max="16" label="36015" />
|
Loading…
x
Reference in New Issue
Block a user