mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Whitelist EA Active 2 accessories
This commit is contained in:
parent
4fbbdf8732
commit
a700e3b39e
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue