commit | 54884e84d024e761450287ab56aca8fc69f45d01 | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Mon Jan 08 10:17:26 2018 -0800 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Mon Jan 08 10:17:26 2018 -0800 |
tree | 84209847fcee262dd4731e26a910940ca038b582 | |
parent | d0779e93032affec1dcf04a5bba18f3968aa7922 [diff] |
Windows: Enable dynamic selection between WinUSB and UsbDk backends This commit unifies the two Windows backends into a single project and enables the user to switch to the UsbDk backend, if available, using the libusb_set_option() function. All contexts will use the WinUSB backend by default for backwards compatibility. With this change, the UsbDk-specific projects are no longer required. Closes #309 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb is a library for USB device access from Linux, Mac OS X, Windows, OpenBSD/NetBSD and Haiku userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.
libusb homepage: http://libusb.info/
Developers will wish to consult the API documentation: http://api.libusb.info
Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info
(Please use the mailing list rather than mailing developers directly)