summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannrichard <johann.richard@mycvs.org>2015-12-22 17:01:54 +0100
committerChris Dickens <christopher.a.dickens@gmail.com>2016-01-05 23:27:12 -0800
commitcb441ad7133f466b064c9743168fe3232b1d8031 (patch)
treeebb19f99430d8032c6b6f8ddb68e849a903f740b
parent16ddfe1ddc487d30c71420c9135f149751cf45d5 (diff)
downloadlibusb-cb441ad7133f466b064c9743168fe3232b1d8031.tar.gz
Windows: Patch to support VirtualHub
Integrate VirtualHub (VHHUB) in LibUSB, as per http://libusb.6.n5.nabble.com/libusb-Patch-to-support-VirtualHere-td5714167.html Closes #133 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
-rw-r--r--libusb/os/windows_usb.c2
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libusb/os/windows_usb.c b/libusb/os/windows_usb.c
index a4e4b13..91b1460 100644
--- a/libusb/os/windows_usb.c
+++ b/libusb/os/windows_usb.c
@@ -2546,7 +2546,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", "USB3HUB", "NUSB3HUB", "RUSB3HUB", "FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3", "IUSB3HUB", "VUSB3HUB", "AMDHUB30"};
+const char* hub_driver_names[] = {"USBHUB", "USBHUB3", "USB3HUB", "NUSB3HUB", "RUSB3HUB", "FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3", "IUSB3HUB", "VUSB3HUB", "AMDHUB30", "VHHUB"};
const char* composite_driver_names[] = {"USBCCGP"};
const char* winusbx_driver_names[] = WINUSBX_DRV_NAMES;
const char* hid_driver_names[] = {"HIDUSB", "MOUHID", "KBDHID"};
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index af0835e..0f89c35 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11019
+#define LIBUSB_NANO 11020