android_mt6572_jiabo/external/libusb
2025-09-05 16:56:03 +08:00
..
doc first commit 2025-09-05 16:56:03 +08:00
examples first commit 2025-09-05 16:56:03 +08:00
libusb first commit 2025-09-05 16:56:03 +08:00
libusb.xcodeproj first commit 2025-09-05 16:56:03 +08:00
aclocal.m4 first commit 2025-09-05 16:56:03 +08:00
AUTHORS first commit 2025-09-05 16:56:03 +08:00
ChangeLog first commit 2025-09-05 16:56:03 +08:00
compile first commit 2025-09-05 16:56:03 +08:00
config.guess first commit 2025-09-05 16:56:03 +08:00
config.h first commit 2025-09-05 16:56:03 +08:00
config.h.in first commit 2025-09-05 16:56:03 +08:00
config.sub first commit 2025-09-05 16:56:03 +08:00
configure first commit 2025-09-05 16:56:03 +08:00
configure.ac first commit 2025-09-05 16:56:03 +08:00
COPYING first commit 2025-09-05 16:56:03 +08:00
depcomp first commit 2025-09-05 16:56:03 +08:00
INSTALL first commit 2025-09-05 16:56:03 +08:00
install-sh first commit 2025-09-05 16:56:03 +08:00
libusb-1.0.pc.in first commit 2025-09-05 16:56:03 +08:00
ltmain.sh first commit 2025-09-05 16:56:03 +08:00
MacConfigExternalDebug.xcconfig first commit 2025-09-05 16:56:03 +08:00
MacConfigExternalRelease.xcconfig first commit 2025-09-05 16:56:03 +08:00
Makefile.am first commit 2025-09-05 16:56:03 +08:00
Makefile.in first commit 2025-09-05 16:56:03 +08:00
missing first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_LGPL first commit 2025-09-05 16:56:03 +08:00
NEWS first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
PORTING first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
README.version first commit 2025-09-05 16:56:03 +08:00
THANKS first commit 2025-09-05 16:56:03 +08:00
TODO first commit 2025-09-05 16:56:03 +08:00

libusb
======

libusb is a library for USB device access from Linux userspace.
It is written in C and licensed under the LGPL-2.1 (see COPYING).

libusb is abstracted internally in such a way that it can hopefully
be ported to other operating systems. See the PORTING file for some
information, if you fancy a challenge :)

libusb homepage:
http://libusb.sourceforge.net

Developers will wish to consult the API documentation:
http://libusb.sourceforge.net/api-1.0/

Use the mailing list for questions, comments, etc:
https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel

- Daniel Drake <dsd@gentoo.org>
(use the mailing list rather than mailing developers directly)