commit | 349baae0b5e5e8a0aeae9656b69afbcdd6acbe64 | [log] [tgz] |
---|---|---|
author | Jonas Malaco <jonas@protocubo.io> | Fri May 22 06:36:58 2020 -0300 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Tue Jun 09 10:33:23 2020 -0700 |
tree | 2faf4d62b507d92de6612610996aaab7216f457b | |
parent | 0003e606175e344d463a9af73658cab5c01d6286 [diff] |
Document that libusb_set_option may also return NOT_FOUND If the platform is Windows but UsbDk is not available libusb_set_option returns LIBUSB_ERROR_NOT_FOUND.[1] Adjust the documentation to reflect that. [1] https://github.com/libusb/libusb/blob/26611eaa494ed9e077b5b0e1f999f5ae377de958/libusb/os/windows_common.c#L570-L578 Closes #735 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)