No description
Find a file
Chris Dickens 60c8395eec Makefiles: Remove target-specific variables
Improve portability with non-GNU make by using standard variables.

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
2020-04-09 12:30:57 -07:00
.private Move CI-related files into .private directory and add unified build script 2020-03-31 15:47:31 -07:00
android android: Update makefiles to include recent autobuild changes 2020-03-30 13:21:04 -07:00
doc Makefiles: Remove target-specific variables 2020-04-09 12:30:57 -07:00
examples configure.ac: Simplify detection of Windows compilation 2020-04-09 11:46:03 -07:00
libusb Makefiles: Remove target-specific variables 2020-04-09 12:30:57 -07:00
msvc build: Require C11 to build and clean up autoconfig/automake files 2020-03-30 12:28:11 -07:00
tests build: Require C11 to build and clean up autoconfig/automake files 2020-03-30 12:28:11 -07:00
Xcode Xcode: Update project file 2020-03-30 16:53:43 -07:00
.gitattributes Windows: Remove support for WinCE and Visual Studio older than 2013 2020-01-20 18:02:19 -08:00
.gitignore Xcode: Update project file 2020-03-30 16:53:43 -07:00
.travis.yml Move CI-related files into .private directory and add unified build script 2020-03-31 15:47:31 -07:00
appveyor.yml Move CI-related files into .private directory and add unified build script 2020-03-31 15:47:31 -07:00
AUTHORS libusb 1.0.22-rc1 2018-01-08 23:08:47 -08: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.23 2019-08-28 13:56:18 -07:00
configure.ac configure.ac: Enhance compiler checks for pthreads 2020-04-09 12:05:16 -07:00
COPYING Initial commit 2007-12-02 22:54:59 +00:00
INSTALL_WIN.txt Misc: Remove obsolete Windows DDK build files 2020-01-21 15:39:34 -08: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 Misc: Link README to README.md to satisfy autotools 2016-02-25 14:13:43 -08:00
README.git autotools: Fix a number of issues 2020-03-25 00:09:26 -07:00
README.md autotools: Fix a number of issues 2020-03-25 00:09:26 -07: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 and Solaris 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)