Mirror of libusb
Find a file
Ludovic Rousseau 3661588fe6 examples: fix 2 compiler warnings
ezusb.c:136:13: warning: comparison of integers of different signs: 'int' and
      'size_t' (aka 'unsigned long') [-Wsign-compare]
        if (status != len) {
            ~~~~~~ ^  ~~~
ezusb.c:159:13: warning: comparison of integers of different signs: 'int' and
      'size_t' (aka 'unsigned long') [-Wsign-compare]
        if (status != len) {
            ~~~~~~ ^  ~~~

Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
2016-03-02 16:05:31 +01:00
.private Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00
android Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00
doc Doxygen: upgrade doxygen.cfg.in file 2014-12-16 21:57:42 +01:00
examples examples: fix 2 compiler warnings 2016-03-02 16:05:31 +01:00
libusb examples: fix 2 compiler warnings 2016-03-02 16:05:31 +01:00
msvc Misc: Fix up Visual Studio project files 2016-01-27 00:15:11 -08:00
tests Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00
Xcode darwin: change Xcode project end-of-line 2015-01-25 13:56:16 +01:00
.gitattributes Add INSTALL_WIN.txt eol=crlf to .gitattributes 2013-05-15 20:43:35 +02:00
.gitignore Android: Build for all Android architectures 2013-12-28 22:58:06 +00:00
.travis.yml travis: one more fix. need packages under apt 2016-02-25 21:51:10 -07:00
AUTHORS libusb 1.0.20-rc1 2015-07-29 01:06:37 -07:00
autogen.sh autogen.sh: Honor NOCONFIGURE=1 2013-06-20 15:24:08 +02:00
bootstrap.sh bootstrap: use autoreconf 2016-02-26 21:30:00 -07:00
ChangeLog libusb 1.0.20 2015-09-13 17:37:12 -07:00
configure.ac windows: Fix compilation for MSYS2 2016-02-23 23:09:50 -08:00
COPYING Initial commit 2007-12-02 22:54:59 +00:00
INSTALL 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 Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00: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 README.md: add Coverity badge 2016-03-02 14:20:36 +01:00
TODO Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00

libusb

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)