dolphin/Externals/libusb
Léo Lam 054b1172e3 Externals/libusb: Set policy ISO_ALWAYS_START_ASAP for libusbK
In some cases, this is required to avoid eventually getting a
USBD_STATUS_BAD_START_FRAME error back from the Windows USB stack.

This makes the libusbK code match the behaviour of the Linux backend.

It appears that the libusbK backend tried to get this behaviour by
setting StartFrame to 0. However, libusbK docs state that:

"Specifing 0 for KISO_CONTEXT::StartFrame (start transfer ASAP) is
restricted to the first transaction on a newly opened or reset pipe."
2019-05-27 20:09:55 +02:00
..
libusb Externals/libusb: Set policy ISO_ALWAYS_START_ASAP for libusbK 2019-05-27 20:09:55 +02:00
msvc Externals: remove unused libusb files and add them to gitignore 2019-05-27 20:09:55 +02:00
.travis.yml Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
AUTHORS Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
Brewfile Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
CMakeLists.txt CMake/Libusb: compile libusb/os/windows_usbdk.c 2017-02-10 16:24:16 -08:00
COPYING Externals: update libusb to version 1.0.19 2015-02-12 01:04:43 +01:00
ChangeLog Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
INSTALL Externals: Update libusb to version 1.0.21 2016-11-20 18:11:42 +01:00
INSTALL_WIN.txt Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
Makefile.am Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
NEWS Externals: update libusb to version 1.0.19 2015-02-12 01:04:43 +01:00
PORTING Externals: update libusb to version 1.0.19 2015-02-12 01:04:43 +01:00
README Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
README.git Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
README.md Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
TODO Externals: Update libusb to version 1.0.21 2016-11-20 18:11:42 +01:00
autogen.sh Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
bootstrap.sh Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
config.h.in Build vendored libUSB with CMake 2016-09-28 13:32:07 -04:00
configure.ac Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
libusb-1.0.pc.in Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
libusb_static_2013.vcxproj Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00
travis-autogen.sh Externals: Update libusb to 1.0.23-rc1 2019-05-27 20:09:55 +02:00

README.md

libusb

Build Status Build status Coverity Scan Build Status

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)