RetroArch/input/drivers_hid
gblues bf9706395d
Fix gamepad disconnect on unrecognized HID device (#13321)
== DETAILS
So, the reason the gamepad was getting deregistered was
because adapter free code wasn't properly handling null-interface
adapters, causing the gamepad to match erroneously and get
deregistered.

This doesn't fix the weird "Generic SNES USB" detection issue,
but it should make it non-fatal.

Co-authored-by: Nathan Strong <nstrong@tripwire.com>
2021-12-04 12:43:58 +01:00
..
btstack_hid.c
iohidmanager_hid.c
libusb_hid.c
wiiu_hid.c Fix gamepad disconnect on unrecognized HID device (#13321) 2021-12-04 12:43:58 +01:00
wiiusb_hid.c