summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2011-06-28 11:50:47 +0100
committerPete Batard <pete@akeo.ie>2011-06-28 11:50:47 +0100
commitd65eef68d34b10a9875eb5b94602f3bd9e70172a (patch)
treef1c6b3f4727ceccb5c8c2f68c3360dd1cc198c54
parent2537696069cb1bf225f10dc3a44bd6573039b80b (diff)
downloadlibusb-d65eef68d34b10a9875eb5b94602f3bd9e70172a.tar.gz
[enum] added additional USB 3.0 hub driver names
-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 5ef676e..a14675d 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", "NUSB3HUB"};
+const char* hub_driver_names[] = {"USBHUB", "NUSB3HUB", "FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3"};
const char* composite_driver_names[] = {"USBCCGP"};
const char* winusb_driver_names[] = {"WINUSB"};
const struct windows_usb_api_backend usb_api_backend[USB_API_MAX] = {