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:
Tomáš Kelemen (vudiq) 2024-04-10 19:08:11 +02:00
parent d8e94fc0ad
commit 6b6b4a3afb
No known key found for this signature in database
GPG Key ID: 5CE55E600E0B3B22
3 changed files with 1 additions and 15 deletions

View File

@ -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"

View File

@ -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) },

View File

@ -1 +0,0 @@
../Lakka-default/linux-999-prevent_hid-generic_claiming_xbox_one_bluetooth_gamepads.patch