g...@novadsp.com wrote:
> Assuming I need a user-mode interface to a custom USB Bulk class device:
> 
> 1. Can I use Zadig to install a WinUSB driver for the VID/PID?

Yes, that's one of the things it is meant for. You can also use
libwdi in your own program, to do what zadig does, but in a more
automated fashion.


> 2. If Zadig installs the driver correctly, can I then simply open the 
> device using the libusbx version of libusb-1.0.dll?

Right, libusb-1.0 opens any device for which WinUSB is installed.

I.e. this works exactly the same with both libusb libusb-1.0 and
libusbx libusb-1.0 libraries. They are very close to each other.


> Apologies but the profusion of libusb varieties and their 
> inter-dependencies is getting a little confusing.

Yes, I completely understand the confusion. :\


//Peter

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to