1073fd033Sopenharmony_ci# libusb
2073fd033Sopenharmony_ci
3073fd033Sopenharmony_ci[![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb)
4073fd033Sopenharmony_ci[![Build Status](https://ci.appveyor.com/api/projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb)
5073fd033Sopenharmony_ci[![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb)
6073fd033Sopenharmony_ci
7073fd033Sopenharmony_cilibusb is a library for USB device access from Linux, macOS,
8073fd033Sopenharmony_ciWindows, OpenBSD/NetBSD, Haiku and Solaris userspace.
9073fd033Sopenharmony_ciIt is written in C (Haiku backend in C++) and licensed under the GNU
10073fd033Sopenharmony_ciLesser General Public License version 2.1 or, at your option, any later
11073fd033Sopenharmony_civersion (see [COPYING](COPYING)).
12073fd033Sopenharmony_ci
13073fd033Sopenharmony_cilibusb is abstracted internally in such a way that it can hopefully
14073fd033Sopenharmony_cibe ported to other operating systems. Please see the [PORTING](PORTING)
15073fd033Sopenharmony_cifile for more information.
16073fd033Sopenharmony_ci
17073fd033Sopenharmony_cilibusb homepage:
18073fd033Sopenharmony_cihttp://libusb.info/
19073fd033Sopenharmony_ci
20073fd033Sopenharmony_ciDevelopers will wish to consult the API documentation:
21073fd033Sopenharmony_cihttp://api.libusb.info
22073fd033Sopenharmony_ci
23073fd033Sopenharmony_ciUse the mailing list for questions, comments, etc:
24073fd033Sopenharmony_cihttp://mailing-list.libusb.info
25073fd033Sopenharmony_ci
26073fd033Sopenharmony_ci- Hans de Goede <hdegoede@redhat.com>
27073fd033Sopenharmony_ci- Xiaofan Chen <xiaofanc@gmail.com>
28073fd033Sopenharmony_ci- Ludovic Rousseau <ludovic.rousseau@gmail.com>
29073fd033Sopenharmony_ci- Nathan Hjelm <hjelmn@cs.unm.edu>
30073fd033Sopenharmony_ci- Chris Dickens <christopher.a.dickens@gmail.com>
31073fd033Sopenharmony_ci
32073fd033Sopenharmony_ci(Please use the mailing list rather than mailing developers directly)
33