Chris Dickens | 66ceb53 | 2016-02-25 13:49:16 -0800 | [diff] [blame] | 1 | # libusb |
| 2 | |
| 3 | [![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb) |
Chris Dickens | 4a5540a | 2020-03-25 00:09:26 -0700 | [diff] [blame] | 4 | [![Build Status](https://ci.appveyor.com/api/projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb) |
Ludovic Rousseau | 244e394 | 2016-03-02 14:12:04 +0100 | [diff] [blame] | 5 | [![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb) |
Daniel Drake | 852bba4 | 2007-11-28 13:48:45 +0000 | [diff] [blame] | 6 | |
Sean McBride | fc00bb7 | 2017-12-29 12:50:15 -0500 | [diff] [blame] | 7 | libusb is a library for USB device access from Linux, macOS, |
Chris Dickens | 4a5540a | 2020-03-25 00:09:26 -0700 | [diff] [blame] | 8 | Windows, OpenBSD/NetBSD, Haiku and Solaris userspace. |
Chris Dickens | dd4da21 | 2015-03-01 01:03:04 -0800 | [diff] [blame] | 9 | It is written in C (Haiku backend in C++) and licensed under the GNU |
| 10 | Lesser General Public License version 2.1 or, at your option, any later |
Chris Dickens | 42c8f9d | 2016-02-25 13:53:05 -0800 | [diff] [blame] | 11 | version (see [COPYING](COPYING)). |
Daniel Drake | 852bba4 | 2007-11-28 13:48:45 +0000 | [diff] [blame] | 12 | |
hjelmn@cs.unm.edu | 1eff220 | 2014-01-08 23:50:34 +0000 | [diff] [blame] | 13 | libusb is abstracted internally in such a way that it can hopefully |
Chris Dickens | 42c8f9d | 2016-02-25 13:53:05 -0800 | [diff] [blame] | 14 | be ported to other operating systems. Please see the [PORTING](PORTING) |
| 15 | file for more information. |
Daniel Drake | d1292f8 | 2008-05-25 23:42:42 +0100 | [diff] [blame] | 16 | |
hjelmn@cs.unm.edu | 1eff220 | 2014-01-08 23:50:34 +0000 | [diff] [blame] | 17 | libusb homepage: |
| 18 | http://libusb.info/ |
Daniel Drake | 852bba4 | 2007-11-28 13:48:45 +0000 | [diff] [blame] | 19 | |
Daniel Drake | d1292f8 | 2008-05-25 23:42:42 +0100 | [diff] [blame] | 20 | Developers will wish to consult the API documentation: |
hjelmn@cs.unm.edu | 1eff220 | 2014-01-08 23:50:34 +0000 | [diff] [blame] | 21 | http://api.libusb.info |
Daniel Drake | d1292f8 | 2008-05-25 23:42:42 +0100 | [diff] [blame] | 22 | |
Daniel Drake | 852bba4 | 2007-11-28 13:48:45 +0000 | [diff] [blame] | 23 | Use the mailing list for questions, comments, etc: |
hjelmn@cs.unm.edu | 1eff220 | 2014-01-08 23:50:34 +0000 | [diff] [blame] | 24 | http://mailing-list.libusb.info |
Daniel Drake | 852bba4 | 2007-11-28 13:48:45 +0000 | [diff] [blame] | 25 | |
Pete Batard | 791b747 | 2012-04-03 13:40:39 +0100 | [diff] [blame] | 26 | - Hans de Goede <hdegoede@redhat.com> |
| 27 | - Xiaofan Chen <xiaofanc@gmail.com> |
Ludovic Rousseau | c6996ce | 2012-04-04 09:24:17 +0200 | [diff] [blame] | 28 | - Ludovic Rousseau <ludovic.rousseau@gmail.com> |
Nathan Hjelm | a8c9aba | 2016-09-12 22:04:22 -0600 | [diff] [blame] | 29 | - Nathan Hjelm <hjelmn@cs.unm.edu> |
Chris Dickens | b65dd04 | 2014-08-27 02:04:21 -0700 | [diff] [blame] | 30 | - Chris Dickens <christopher.a.dickens@gmail.com> |
Chris Dickens | 66ceb53 | 2016-02-25 13:49:16 -0800 | [diff] [blame] | 31 | |
Hans de Goede | 1c1ec3f | 2013-08-30 16:50:12 +0200 | [diff] [blame] | 32 | (Please use the mailing list rather than mailing developers directly) |