commit | b8152378e02bee3373f2f134b6a13373d641221f | [log] [tgz] |
---|---|---|
author | Axel Gembe <derago@gmail.com> | Fri Aug 02 13:32:21 2019 +0700 |
committer | Nathan Hjelm <hjelmn@google.com> | Fri Aug 09 09:13:11 2019 -0700 |
tree | 6d20bbc66baa1edc3f768d89d43b5ccc8bed1de6 | |
parent | 02b79819b3a3b33fd2e45a4743c515930351f59f [diff] |
Windows: Workaround for composite devices with U2F on Win10 1903 On Windows 10 version 1903 and later Windows blocks attempts to open HID devices with a U2F usage unless running as administrator. This patch makes the composite_open function ignore when opening the HID part of a composite device fails. Closes #603 Signed-off-by: Axel Gembe <derago@gmail.com> Signed-off-by: Nathan Hjelm <hjelmn@google.com>
libusb is a library for USB device access from Linux, macOS, 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)