commit | 26611eaa494ed9e077b5b0e1f999f5ae377de958 | [log] [tgz] |
---|---|---|
author | Sebastian von Ohr <vonohr@smaract.com> | Tue Apr 28 16:28:27 2020 +0200 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Thu Apr 30 11:50:49 2020 -0700 |
tree | cdd67e816529f5212b5260286d4f7338756bd339 | |
parent | e2be556bd262cd260bebe3fc724509692537eba3 [diff] |
Windows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANSFER_NO_DEVICE Windows SDK 10.0.18362.0 adds a new error code ERROR_NO_SUCH_DEVICE which is returned when the device is disconnected. Closes #721, Closes #722 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)