"Wilhelm Noeker" wrote:
> IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION is what you want. Sample
> code is either UsbView (as Don Burn already pointed out), or this
> console tool from Intel:
> http://www.intel.com/intelpress/usb/examples/DUSBVC.PDF
This looks like it will work. I assume that I will have to walk the USB
device tree to find the hub to which the device is attached and its port
index in order to properly use this ioctl. That's what I see going on in the
USBView source code.
Thanks,
--
Ryan