xref: /aosp_15_r20/external/libusb/README (revision 86b64dcb59b3a0b37502ecd56e119234366a6f7e)
1*86b64dcbSAndroid Build Coastguard Worker# libusb
2*86b64dcbSAndroid Build Coastguard Worker
3*86b64dcbSAndroid Build Coastguard Worker[![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb)
4*86b64dcbSAndroid Build Coastguard Worker[![Build Status](https://ci.appveyor.com/api/projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb)
5*86b64dcbSAndroid Build Coastguard Worker[![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb)
6*86b64dcbSAndroid Build Coastguard Worker
7*86b64dcbSAndroid Build Coastguard Workerlibusb is a library for USB device access from Linux, macOS,
8*86b64dcbSAndroid Build Coastguard WorkerWindows, OpenBSD/NetBSD, Haiku, Solaris userspace, and WebAssembly
9*86b64dcbSAndroid Build Coastguard Workervia WebUSB.
10*86b64dcbSAndroid Build Coastguard WorkerIt is written in C (Haiku backend in C++) and licensed under the GNU
11*86b64dcbSAndroid Build Coastguard WorkerLesser General Public License version 2.1 or, at your option, any later
12*86b64dcbSAndroid Build Coastguard Workerversion (see [COPYING](COPYING)).
13*86b64dcbSAndroid Build Coastguard Worker
14*86b64dcbSAndroid Build Coastguard Workerlibusb is abstracted internally in such a way that it can hopefully
15*86b64dcbSAndroid Build Coastguard Workerbe ported to other operating systems. Please see the [PORTING](PORTING)
16*86b64dcbSAndroid Build Coastguard Workerfile for more information.
17*86b64dcbSAndroid Build Coastguard Worker
18*86b64dcbSAndroid Build Coastguard Workerlibusb homepage:
19*86b64dcbSAndroid Build Coastguard Workerhttps://libusb.info/
20*86b64dcbSAndroid Build Coastguard Worker
21*86b64dcbSAndroid Build Coastguard WorkerDevelopers will wish to consult the API documentation:
22*86b64dcbSAndroid Build Coastguard Workerhttp://api.libusb.info
23*86b64dcbSAndroid Build Coastguard Worker
24*86b64dcbSAndroid Build Coastguard WorkerUse the mailing list for questions, comments, etc:
25*86b64dcbSAndroid Build Coastguard Workerhttp://mailing-list.libusb.info
26*86b64dcbSAndroid Build Coastguard Worker
27*86b64dcbSAndroid Build Coastguard Worker- Hans de Goede <[email protected]>
28*86b64dcbSAndroid Build Coastguard Worker- Xiaofan Chen <[email protected]>
29*86b64dcbSAndroid Build Coastguard Worker- Ludovic Rousseau <[email protected]>
30*86b64dcbSAndroid Build Coastguard Worker- Nathan Hjelm <[email protected]>
31*86b64dcbSAndroid Build Coastguard Worker- Chris Dickens <[email protected]>
32*86b64dcbSAndroid Build Coastguard Worker
33*86b64dcbSAndroid Build Coastguard Worker(Please use the mailing list rather than mailing developers directly)
34