Merge pull request #4322 from chewitt/beelink-remote-kodi-fix

kodi: remove beelink mouse patch
This commit is contained in:
MilhouseVH 2020-04-23 05:06:15 +01:00 committed by GitHub
commit 3cea359b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
diff --git a/system/peripherals.xml b/system/peripherals.xml
index ff303e99ae..4d7306b0ce 100644
--- a/system/peripherals.xml
+++ b/system/peripherals.xml
@@ -42,7 +42,7 @@
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">
+ <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,0003:2319:00B2.0003" 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" />
</peripheral>