mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-07 03:58:09 +00:00
Allow USB passthrough for THQ uDraw GameTablet
This commit is contained in:
parent
bef2c50b03
commit
733f31f90e
@ -204,6 +204,9 @@ usb_handler_thread::usb_handler_thread()
|
||||
|
||||
// GCon3 Gun
|
||||
check_device(0x0B9A, 0x0800, 0x0800, "guncon3");
|
||||
|
||||
// uDraw GameTablet
|
||||
check_device(0x20D6, 0xCB17, 0xCB17, "uDraw GameTablet");
|
||||
}
|
||||
|
||||
libusb_free_device_list(list, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user