1 # libusb 2 3 [![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb) 4 [![Build status](https://ci.appveyor.com/api/projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb) 5 [![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb) 6 7 libusb is a library for USB device access from Linux, Mac OS X, 8 Windows, OpenBSD/NetBSD and Haiku userspace. 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 11 version (see [COPYING](COPYING)). 12 13 libusb is abstracted internally in such a way that it can hopefully 14 be ported to other operating systems. Please see the [PORTING](PORTING) 15 file for more information. 16 17 libusb homepage: 18 http://libusb.info/ 19 20 Developers will wish to consult the API documentation: 21 http://api.libusb.info 22 23 Use the mailing list for questions, comments, etc: 24 http://mailing-list.libusb.info 25 26 - Pete Batard <pete (a] akeo.ie> 27 - Hans de Goede <hdegoede (a] redhat.com> 28 - Xiaofan Chen <xiaofanc (a] gmail.com> 29 - Ludovic Rousseau <ludovic.rousseau (a] gmail.com> 30 - Nathan Hjelm <hjelmn (a] cs.unm.edu> 31 - Chris Dickens <christopher.a.dickens (a] gmail.com> 32 33 (Please use the mailing list rather than mailing developers directly) 34