summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2011-06-08 11:05:13 +0100
committerPete Batard <pbatard@gmail.com>2011-06-08 11:05:13 +0100
commit2537696069cb1bf225f10dc3a44bd6573039b80b (patch)
tree8980fb32bae5626499ed7f497df2ae4b3da893fa
parent43ff4ddbc1f536d5b4c56cae484f03ca87dce863 (diff)
downloadlibusb-2537696069cb1bf225f10dc3a44bd6573039b80b.tar.gz
[enum] added the new USB 3.0 Windows hub service name
* Microsoft has changed the service name for 3.0 hubs * not identifying 3.0 hubs could result in a "device only detected in late pass - ignoring" message * issue reported by Dave Camarillo
-rw-r--r--libusb/os/windows_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/os/windows_usb.c b/libusb/os/windows_usb.c
index bea4d3c..5ef676e 100644
--- a/libusb/os/windows_usb.c
+++ b/libusb/os/windows_usb.c
@@ -2234,7 +2234,7 @@ static int unsupported_copy_transfer_data(struct usbi_transfer *itransfer, uint3
}
// These names must be uppercase
-const char* hub_driver_names[] = {"USBHUB"};
+const char* hub_driver_names[] = {"USBHUB", "NUSB3HUB"};
const char* composite_driver_names[] = {"USBCCGP"};
const char* winusb_driver_names[] = {"WINUSB"};
const struct windows_usb_api_backend usb_api_backend[USB_API_MAX] = {