commit | 4261cbefc716e49d459426593cef0104482ec43b | [log] [tgz] |
---|---|---|
author | Martin Thierer <mthierer@gmail.com> | Wed Jul 08 20:47:57 2020 +0200 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Thu Jul 16 13:28:48 2020 -0700 |
tree | 3709b0605293a631e9de3bd70a28cfd5ebd2840e | |
parent | ad0473413edec14805e59599ff537eba0f5b8d33 [diff] |
winusb: setting a non-default config not supported Just because winusb doesn't seem to support setting a different configuration, that doesn't mean it's an invalid parameter. It's generally supported by libusb, just not on this platform. So return LIBUSB_ERROR_NOT_SUPPORTED instead of LIBUSB_ERROR_INVALID_PARAM. Closes #743 Closes #752 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris 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)