This change makes examples/listdevs.exe work for the affected USB ports,
which before failed with the following warning:
[..] was only detected in late pass (newly connected device?) - ignoring
The driver has to be updated, version 1.0.0.66 (2011-10-25) worked.
With version 1.0.0.52 (2011-03-17) it failed with the following warning:
could not get node connection information for device [..]: [87] The parameter
is incorrect.
Problem arised in computer "Acer Aspire X1470" running Windows 7 64 Bit.
---
libusb/os/windows_usb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libusb/os/windows_usb.c b/libusb/os/windows_usb.c
index 3018d90..5bcf6b0 100644
--- a/libusb/os/windows_usb.c
+++ b/libusb/os/windows_usb.c
@@ -2381,7 +2381,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", "RUSB3HUB",
"FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3", "IUSB3HUB",
"VUSB3HUB"};
+const char* hub_driver_names[] = {"USBHUB", "USBHUB3", "NUSB3HUB", "RUSB3HUB",
"FLXHCIH", "TIHUB3", "ETRONHUB3", "VIAHUB3", "ASMTHUB3", "IUSB3HUB",
"VUSB3HUB", "AMDHUB30"};
const char* composite_driver_names[] = {"USBCCGP"};
const char* winusbx_driver_names[] = WINUSBX_DRV_NAMES;
const char* hid_driver_names[] = {"HIDUSB", "MOUHID", "KBDHID"};
--
1.8.5.2
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
libusbx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libusbx-devel