Windows: Add support for (old?) Intel USB 3.0 hub driver
authorPete Batard <pete@akeo.ie>
Sat, 1 Feb 2014 22:38:26 +0000 (22:38 +0000)
committerPete Batard <pete@akeo.ie>
Sat, 1 Feb 2014 22:38:26 +0000 (22:38 +0000)
* Has VID:PID 8086:1111

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

index f0dd810..0e83c32 100644 (file)
@@ -2395,7 +2395,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", "VUSB3HUB"};
+const char* hub_driver_names[] = {"USBHUB", "USBHUB3", "USB3HUB", "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 6f34761..a1aac70 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10866
+#define LIBUSB_NANO 10867