A cross-platform library to access USB devices
Go to file
Chris Dickens ba86d27dca Misc: Fix pre-commit hook to not emit errors in non-Bash shells
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
2017-12-26 15:46:13 -08:00
.private Misc: Fix pre-commit hook to not emit errors in non-Bash shells 2017-12-26 15:46:13 -08:00
android core: Remove use of gettimeofday() 2017-01-12 15:03:16 -08:00
doc Doxygen: upgrade doxygen.cfg.in file 2014-12-16 21:57:42 +01:00
examples examples: Fix device handle leak in xusb 2017-08-24 15:52:39 -07:00
libusb Misc: Fix pre-commit hook to not emit errors in non-Bash shells 2017-12-26 15:46:13 -08:00
msvc core: Remove check for and inclusion of signal.h 2017-01-12 15:02:59 -08:00
tests core: Introduce libusb_set_option() API function 2017-07-16 14:02:05 -07:00
Xcode core: Remove use of gettimeofday() 2017-01-12 15:03:16 -08:00
.gitattributes Add INSTALL_WIN.txt eol=crlf to .gitattributes 2013-05-15 20:43:35 +02:00
.gitignore git: Don't ignore platform config.h 2017-03-31 08:54:21 +02:00
.travis.yml travis: do not use parallel compilations 2017-01-04 17:54:35 +01:00
appveyor_cygwin.bat AppVeyor: add cygwin and minGW support 2016-03-19 17:42:19 +01:00
appveyor_minGW.bat AppVeyor: add cygwin and minGW support 2016-03-19 17:42:19 +01:00
appveyor.yml AppVeyor: add cygwin and minGW support 2016-03-19 17:42:19 +01:00
AUTHORS AUTHORS: update my copyright 2016-03-20 09:48:06 -06:00
autogen.sh autogen: remove --enable-maintainer-mode 2016-03-12 07:29:55 -07:00
bootstrap.sh bootstrap: use autoreconf 2016-02-26 21:30:00 -07:00
ChangeLog on to 1.0.21-rc6 2016-10-01 06:49:09 -06:00
configure.ac linux: Mark internal file descriptors as CLOEXEC 2017-02-28 21:25:25 -08:00
COPYING Initial commit 2007-12-02 22:54:59 +00:00
INSTALL_WIN.txt Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00
libusb-1.0.pc.in Solaris backend 2016-07-24 20:00:00 -06:00
Makefile.am Makefile.am: Add Xcode dir to EXTRA_DIST 2013-08-30 16:44:45 +02: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 Misc: Link README to README.md to satisfy autotools 2016-02-25 14:13:43 -08:00
README.git Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00
README.md misc: update active developers list 2017-01-18 14:17:38 +00:00
TODO Updated TODO link 2016-07-24 20:02:31 -06:00
travis-autogen.sh travis: Pass on arguments given to travis_autogen.sh 2017-02-28 21:29:04 -08:00

libusb

Build Status Build status Coverity Scan Build Status

libusb is a library for USB device access from Linux, Mac OS X, Windows, OpenBSD/NetBSD and Haiku 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)