yuzu/externals/libusb/libusb
mgthepro ae416cfe9f remove old files 2022-01-24 11:43:50 +01:00
..
.private remove old files 2022-01-24 11:43:50 +01:00
Xcode early-access version 1701 2021-05-21 07:39:33 +02:00
android early-access version 1701 2021-05-21 07:39:33 +02:00
doc remove old files 2022-01-24 11:43:50 +01:00
examples remove old files 2022-01-24 11:43:50 +01:00
libusb remove old files 2022-01-24 11:43:50 +01:00
msvc remove old files 2022-01-24 11:43:50 +01:00
tests early-access version 1701 2021-05-21 07:39:33 +02:00
.gitattributes early-access version 1701 2021-05-21 07:39:33 +02:00
.gitignore early-access version 1701 2021-05-21 07:39:33 +02:00
.travis.yml early-access version 1701 2021-05-21 07:39:33 +02:00
AUTHORS early-access version 1701 2021-05-21 07:39:33 +02:00
COPYING early-access version 1255 2020-12-28 15:15:37 +00:00
ChangeLog early-access version 1701 2021-05-21 07:39:33 +02:00
INSTALL_WIN.txt early-access version 1701 2021-05-21 07:39:33 +02:00
Makefile.am early-access version 1701 2021-05-21 07:39:33 +02: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 1701 2021-05-21 07:39:33 +02:00
README.git early-access version 1701 2021-05-21 07:39:33 +02:00
README.md early-access version 1701 2021-05-21 07:39:33 +02:00
TODO early-access version 1255 2020-12-28 15:15:37 +00:00
appveyor.yml early-access version 1701 2021-05-21 07:39:33 +02:00
autogen.sh early-access version 1701 2021-05-21 07:39:33 +02:00
bootstrap.sh early-access version 1701 2021-05-21 07:39:33 +02:00
configure.ac early-access version 1701 2021-05-21 07:39:33 +02:00
libusb-1.0.pc.in early-access version 1255 2020-12-28 15:15:37 +00:00
test early-access version 1701 2021-05-21 07:39:33 +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, 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)