So far I can see the major projects are not really adopting usbdk backend (eg: libftdi and openocd). On one hand, I think this is probably a good thing as usbdk may create some issues for some Windows systems. And we should really recommend WinUSB as the driver of choice for libusb...
Windows may fail to initialize the device (depending on implementation of bus driver). 2. With this patch redirected devices show up in device manager as "UsbDk device" which is better then "Unknown Device" or "Mass Storage Device" etc. Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com...