1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

Whitelist EA Active 2 accessories

This commit is contained in:
MSuih 2023-01-23 06:40:05 +02:00 committed by Megamouse
parent 4fbbdf8732
commit a700e3b39e

View File

@ -288,6 +288,9 @@ usb_handler_thread::usb_handler_thread()
{
found_h050 = true;
}
// EA Active 2 dongle for connecting wristbands & legband
check_device(0x21A4, 0xAC27, 0xAC27, "EA Active 2 Dongle");
}
libusb_free_device_list(list, 1);