mirror of
https://github.com/Cxbx-Reloaded/libusb.git
synced 2025-03-04 07:57:30 +00:00
Windows: Add support for 2nd gen Renesas USB 3.0 controllers
* Driver version 3.0.20.0 for uPD720201 & uPD720202 uses RUSB3HUB * Closes #40
This commit is contained in:
parent
f2b19e4a32
commit
1421e31ec5
@ -2370,7 +2370,7 @@ static int common_configure_endpoints(int sub_api, struct libusb_device_handle *
|
||||
return LIBUSB_SUCCESS;
|
||||
}
|
||||
// These names must be uppercase
|
||||
const char* hub_driver_names[] = {"USBHUB", "USBHUB3", "NUSB3HUB", "FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3", "IUSB3HUB"};
|
||||
const char* hub_driver_names[] = {"USBHUB", "USBHUB3", "NUSB3HUB", "RUSB3HUB", "FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3", "IUSB3HUB"};
|
||||
const char* composite_driver_names[] = {"USBCCGP"};
|
||||
const char* winusbx_driver_names[] = WINUSBX_DRV_NAMES;
|
||||
const char* hid_driver_names[] = {"HIDUSB", "MOUHID", "KBDHID"};
|
||||
|
@ -1 +1 @@
|
||||
#define LIBUSB_NANO 10550
|
||||
#define LIBUSB_NANO 10551
|
||||
|
Loading…
x
Reference in New Issue
Block a user