libusb_cmake/libusb
2024-03-20 16:32:04 +00:00
..
.github Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
.private Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
android Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
doc Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
examples Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
libusb Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
msvc Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
tests Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
Xcode Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
.codespellrc Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
.gitattributes Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
.gitignore Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
.travis.yml Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
appveyor.yml Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
AUTHORS Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
autogen.sh Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
bootstrap.sh Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
ChangeLog Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
configure.ac Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
COPYING Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
HACKING Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
INSTALL_WIN.txt Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
libusb-1.0.pc.in Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
Makefile.am Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
NEWS Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
PORTING Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
README Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
README.git Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
README.md Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00
TODO Snapshot a93798f6870e13bf61305b45a414899263cabb3c 2024-03-20 16:32:04 +00:00

libusb

Build Status Build Status Coverity Scan Build Status

libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD, Haiku, Solaris userspace, and WebAssembly via WebUSB. 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: https://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)