Windows: Add support for VIA VL805 USB 3.0 Host Controllers
authorOmri Iluz <omri@iluz.net>
Mon, 7 Oct 2013 11:09:12 +0000 (04:09 -0700)
committerPete Batard <pete@akeo.ie>
Tue, 8 Oct 2013 22:38:28 +0000 (23:38 +0100)
* These controllers identify themselves as VUSB3HUB
* Closes #152

libusb/os/windows_usb.c
libusb/version_nano.h

index 4493088..b11cb93 100644 (file)
@@ -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"};
index f919a2f..1fc3694 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10846
+#define LIBUSB_NANO 10847