Allow USB passthrough for THQ uDraw GameTablet

This commit is contained in:
Florin9doi 2020-12-25 00:42:05 +02:00 committed by Ivan
parent bef2c50b03
commit 733f31f90e

View File

@ -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);