yuzu/externals/libusb/libusb
pineappleEA 78b48028e1 early-access version 1255 2020-12-28 15:15:37 +00:00
..
.private early-access version 1255 2020-12-28 15:15:37 +00:00
Xcode early-access version 1255 2020-12-28 15:15:37 +00:00
android early-access version 1255 2020-12-28 15:15:37 +00:00
doc early-access version 1255 2020-12-28 15:15:37 +00:00
examples early-access version 1255 2020-12-28 15:15:37 +00:00
libusb early-access version 1255 2020-12-28 15:15:37 +00:00
msvc early-access version 1255 2020-12-28 15:15:37 +00:00
tests early-access version 1255 2020-12-28 15:15:37 +00:00
.gitattributes early-access version 1255 2020-12-28 15:15:37 +00:00
.gitignore early-access version 1255 2020-12-28 15:15:37 +00:00
.travis.yml early-access version 1255 2020-12-28 15:15:37 +00:00
AUTHORS early-access version 1255 2020-12-28 15:15:37 +00:00
Brewfile early-access version 1255 2020-12-28 15:15:37 +00:00
COPYING early-access version 1255 2020-12-28 15:15:37 +00:00
ChangeLog early-access version 1255 2020-12-28 15:15:37 +00:00
INSTALL_WIN.txt early-access version 1255 2020-12-28 15:15:37 +00:00
Makefile.am early-access version 1255 2020-12-28 15:15:37 +00:00
NEWS early-access version 1255 2020-12-28 15:15:37 +00:00
PORTING early-access version 1255 2020-12-28 15:15:37 +00:00
README early-access version 1255 2020-12-28 15:15:37 +00:00
README.git early-access version 1255 2020-12-28 15:15:37 +00:00
README.md early-access version 1255 2020-12-28 15:15:37 +00:00
TODO early-access version 1255 2020-12-28 15:15:37 +00:00
appveyor.yml early-access version 1255 2020-12-28 15:15:37 +00:00
appveyor_cygwin.bat early-access version 1255 2020-12-28 15:15:37 +00:00
appveyor_minGW.bat early-access version 1255 2020-12-28 15:15:37 +00:00
autogen.sh early-access version 1255 2020-12-28 15:15:37 +00:00
bootstrap.sh early-access version 1255 2020-12-28 15:15:37 +00:00
configure.ac early-access version 1255 2020-12-28 15:15:37 +00:00
libusb-1.0.pc.in early-access version 1255 2020-12-28 15:15:37 +00:00
travis-autogen.sh early-access version 1255 2020-12-28 15:15:37 +00: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)