Windows: Add support for 2nd gen Renesas USB 3.0 controllers
authorNicholas Corgan <nick.corgan@ettus.com>
Mon, 20 Aug 2012 20:32:24 +0000 (13:32 -0700)
committerPete Batard <pete@akeo.ie>
Tue, 21 Aug 2012 23:05:59 +0000 (00:05 +0100)
* Driver version 3.0.20.0 for uPD720201 & uPD720202 uses RUSB3HUB
* Closes #40

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

index 6f472b8..e843bce 100644 (file)
@@ -2370,7 +2370,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", "FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3", "IUSB3HUB"};
+const char* hub_driver_names[] = {"USBHUB", "USBHUB3", "NUSB3HUB", "RUSB3HUB", "FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3", "IUSB3HUB"};
 const char* composite_driver_names[] = {"USBCCGP"};
 const char* winusbx_driver_names[] = WINUSBX_DRV_NAMES;
 const char* hid_driver_names[] = {"HIDUSB", "MOUHID", "KBDHID"};
index c4122ea..6d70b12 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10550
+#define LIBUSB_NANO 10551