summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2011-09-19 21:19:20 +0100
committerPete Batard <pete@akeo.ie>2011-09-19 21:19:20 +0100
commit9651e53db780e039cb3c615c968fb08ce0f220bc (patch)
tree07e8075e6ff03643c453ccf6b2d1118c93e5997a
parent32c45cbdf2905c4f0bad0068bd60ff78aa1878c9 (diff)
downloadlibusb-9651e53db780e039cb3c615c968fb08ce0f220bc.tar.gz
[USB 3.0] added native Windows 8 support
-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 51f7ef1..8157aec 100644
--- a/libusb/os/windows_usb.c
+++ b/libusb/os/windows_usb.c
@@ -2261,7 +2261,7 @@ static int unsupported_copy_transfer_data(struct usbi_transfer *itransfer, uint3
}
// These names must be uppercase
-const char* hub_driver_names[] = {"USBHUB", "NUSB3HUB", "FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3"};
+const char* hub_driver_names[] = {"USBHUB", "USBHUB3", "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] = {