mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-26 18:10:23 +00:00
Lakka: remove xpadneo and related patch from build
users reported that some gamepads were identified incorrectly. issue tracked down to xpadneo and related patch. build without this patch and without xpadneo module solved the issue, tested on rpi3 with xbox one s wireless and 8bitdo sn30+ pro gamepads. 8bitdo gamepad was previously identified incorrectly and mapping in retrarch was incorrect. now the issue is gone.
This commit is contained in:
parent
d8e94fc0ad
commit
6b6b4a3afb
@ -155,7 +155,7 @@
|
||||
# additional packages to install:
|
||||
# Space separated list is supported,
|
||||
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
||||
ADDITIONAL_PACKAGES="rsync xpadneo"
|
||||
ADDITIONAL_PACKAGES="rsync"
|
||||
|
||||
# Lakka specific mirror
|
||||
LAKKA_MIRROR="http://sources.lakka.tv"
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/drivers/hid/hid-quirks.c b/drivers/hid/hid-quirks.c
|
||||
index 9f9d57781..af3398798 100644
|
||||
--- a/drivers/hid/hid-quirks.c
|
||||
+++ b/drivers/hid/hid-quirks.c
|
||||
@@ -509,6 +509,8 @@ static const struct hid_device_id hid_have_special_driver[] = {
|
||||
{ HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_DIGITAL_MEDIA_3KV1) },
|
||||
{ HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_POWER_COVER) },
|
||||
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_PRESENTER_8K_BT) },
|
||||
+ { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02FD) },
|
||||
+ { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, 0x02E0) },
|
||||
#endif
|
||||
#if IS_ENABLED(CONFIG_HID_MONTEREY)
|
||||
{ HID_USB_DEVICE(USB_VENDOR_ID_MONTEREY, USB_DEVICE_ID_GENIUS_KB29E) },
|
@ -1 +0,0 @@
|
||||
../Lakka-default/linux-999-prevent_hid-generic_claiming_xbox_one_bluetooth_gamepads.patch
|
Loading…
Reference in New Issue
Block a user