No description
Find a file
Tormod Volden 43db4d97d7 .gitignore: Ignore test binaries and logs
Closes #1370

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
2023-12-09 10:38:56 +01:00
.github CI: Add Linux and MSYS build with logging disabled 2023-12-03 11:43:20 +01:00
.private ci: ensure testsuite log is dumped on failure 2023-12-06 12:45:43 -07:00
android android: Fix typo and syntax in comments 2022-03-18 19:16:27 +01:00
doc core: Refactor initialization and how the default context is handled 2021-06-02 22:53:59 -06:00
examples examples/hotplugtest: Match any device by default 2023-11-27 23:06:32 +01:00
libusb .gitignore: Ignore test binaries and logs 2023-12-09 10:38:56 +01:00
msvc tests/stress_mt: Add Windows threads support 2023-03-12 14:52:08 +01:00
tests tests/umockdev: Avoid unknown warning option on older gcc 2023-12-09 09:06:41 +01:00
Xcode Simplify clock_gettime() conditionalization and fallback on macOS 2022-06-26 17:09:07 +02:00
.gitattributes Windows: Remove support for WinCE and Visual Studio older than 2013 2020-01-20 18:02:19 -08:00
.gitignore .gitignore: Ignore test binaries and logs 2023-12-09 10:38:56 +01:00
.travis.yml travis: Turn off Homebrew updates 2020-12-19 13:29:38 -08:00
appveyor.yml msvc: Rework msbuild files 2022-06-26 17:09:14 +02:00
AUTHORS libusb 1.0.26 2022-04-10 10:57:16 +02:00
autogen.sh autogen: Support being called from external build dir 2021-04-14 16:51:09 +02:00
bootstrap.sh autogen: Support being called from external build dir 2021-04-14 16:51:09 +02:00
ChangeLog libusb 1.0.26 2022-04-10 10:57:16 +02:00
configure.ac webusb: Wasm+WebUSB backend fixes and improvements 2023-12-08 22:17:40 +01:00
COPYING Initial commit 2007-12-02 22:54:59 +00:00
HACKING Add HACKING file with hints on proper commits 2023-11-05 14:36:28 +01:00
INSTALL_WIN.txt msvc: Rework msbuild files 2022-06-26 17:09:14 +02:00
libusb-1.0.pc.in Solaris backend 2016-07-24 20:00:00 -06:00
Makefile.am Makefiles: Remove target-specific variables 2020-04-09 12:30:57 -07:00
NEWS Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00
PORTING Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00
README Add Emscripten backend for WebAssembly + WebUSB support 2022-06-26 20:44:54 +02:00
README.git autotools: Fix a number of issues 2020-03-25 00:09:26 -07:00
README.md Exchange README.md and README 2020-08-23 17:32:06 +02:00
TODO Updated TODO link 2016-07-24 20:02:31 -06: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: 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)