android13/external/libusb
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.private initial 2024-06-22 20:45:49 +08:00
Xcode initial 2024-06-22 20:45:49 +08:00
android initial 2024-06-22 20:45:49 +08:00
darwin initial 2024-06-22 20:45:49 +08:00
doc initial 2024-06-22 20:45:49 +08:00
examples initial 2024-06-22 20:45:49 +08:00
include/libusb initial 2024-06-22 20:45:49 +08:00
libusb initial 2024-06-22 20:45:49 +08:00
linux initial 2024-06-22 20:45:49 +08:00
msvc initial 2024-06-22 20:45:49 +08:00
tests initial 2024-06-22 20:45:49 +08:00
windows initial 2024-06-22 20:45:49 +08:00
.gitattributes initial 2024-06-22 20:45:49 +08:00
.travis.yml initial 2024-06-22 20:45:49 +08:00
AUTHORS initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
Android.mk initial 2024-06-22 20:45:49 +08:00
COPYING initial 2024-06-22 20:45:49 +08:00
ChangeLog initial 2024-06-22 20:45:49 +08:00
INSTALL_WIN.txt initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_LGPL initial 2024-06-22 20:45:49 +08:00
Makefile.am initial 2024-06-22 20:45:49 +08:00
NEWS initial 2024-06-22 20:45:49 +08:00
NOTICE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
PORTING initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
README.git initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
README.version initial 2024-06-22 20:45:49 +08:00
TODO initial 2024-06-22 20:45:49 +08:00
appveyor.yml initial 2024-06-22 20:45:49 +08:00
autogen.sh initial 2024-06-22 20:45:49 +08:00
bootstrap.sh initial 2024-06-22 20:45:49 +08:00
configure.ac initial 2024-06-22 20:45:49 +08:00
libusb-1.0.pc.in initial 2024-06-22 20:45:49 +08:00
test initial 2024-06-22 20:45:49 +08: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)