mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-21 00:16:04 -04:00
Windows: Add support for VIA VL805 USB 3.0 Host Controllers
* These controllers identify themselves as VUSB3HUB * Closes #152
This commit is contained in:
@@ -2381,7 +2381,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", "RUSB3HUB", "FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3", "IUSB3HUB"};
|
||||
const char* hub_driver_names[] = {"USBHUB", "USBHUB3", "NUSB3HUB", "RUSB3HUB", "FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3", "IUSB3HUB", "VUSB3HUB"};
|
||||
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 10846
|
||||
#define LIBUSB_NANO 10847
|
||||
|
||||
Reference in New Issue
Block a user