NameDateSize

..10-Aug-201812 KiB

.gitattributes10-Aug-2018307

.gitignore10-Aug-2018501

.private/10-Aug-20184 KiB

.travis.yml10-Aug-2018615

android/10-Aug-20184 KiB

Android.bp10-Aug-20181.9 KiB

Android.mk10-Aug-201890

appveyor.yml10-Aug-2018962

appveyor_cygwin.bat10-Aug-2018475

appveyor_minGW.bat10-Aug-2018992

AUTHORS10-Aug-20181.8 KiB

autogen.sh10-Aug-2018140

bootstrap.sh10-Aug-201876

ChangeLog10-Aug-20189.9 KiB

configure.ac10-Aug-201810.6 KiB

COPYING10-Aug-201825.8 KiB

darwin/10-Aug-20184 KiB

doc/10-Aug-20184 KiB

examples/10-Aug-20184 KiB

include/10-Aug-20184 KiB

INSTALL10-Aug-20189.2 KiB

INSTALL_WIN.txt10-Aug-20182.9 KiB

libusb/10-Aug-20184 KiB

libusb-1.0.pc.in10-Aug-2018312

linux/10-Aug-20184 KiB

Makefile.am10-Aug-2018672

MODULE_LICENSE_LGPL10-Aug-20180

msvc/10-Aug-20184 KiB

NEWS10-Aug-201895

NOTICE10-Aug-201825.8 KiB

PORTING10-Aug-20183.8 KiB

README10-Aug-20181.3 KiB

README.md10-Aug-20181.3 KiB

README.version10-Aug-2018112

tests/10-Aug-20184 KiB

TODO10-Aug-2018126

travis-autogen.sh10-Aug-2018971

windows/10-Aug-20184 KiB

Xcode/10-Aug-20184 KiB

README

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
7libusb is a library for USB device access from Linux, Mac OS X,
8Windows, OpenBSD/NetBSD and Haiku userspace.
9It is written in C (Haiku backend in C++) and licensed under the GNU
10Lesser General Public License version 2.1 or, at your option, any later
11version (see [COPYING](COPYING)).
12
13libusb is abstracted internally in such a way that it can hopefully
14be ported to other operating systems. Please see the [PORTING](PORTING)
15file for more information.
16
17libusb homepage:
18http://libusb.info/
19
20Developers will wish to consult the API documentation:
21http://api.libusb.info
22
23Use the mailing list for questions, comments, etc:
24http://mailing-list.libusb.info
25
26- Pete Batard <pete@akeo.ie>
27- Hans de Goede <hdegoede@redhat.com>
28- Xiaofan Chen <xiaofanc@gmail.com>
29- Ludovic Rousseau <ludovic.rousseau@gmail.com>
30- Nathan Hjelm <hjelmn@cs.unm.edu>
31- Chris Dickens <christopher.a.dickens@gmail.com>
32
33(Please use the mailing list rather than mailing developers directly)
34

README.md

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
7libusb is a library for USB device access from Linux, Mac OS X,
8Windows, OpenBSD/NetBSD and Haiku userspace.
9It is written in C (Haiku backend in C++) and licensed under the GNU
10Lesser General Public License version 2.1 or, at your option, any later
11version (see [COPYING](COPYING)).
12
13libusb is abstracted internally in such a way that it can hopefully
14be ported to other operating systems. Please see the [PORTING](PORTING)
15file for more information.
16
17libusb homepage:
18http://libusb.info/
19
20Developers will wish to consult the API documentation:
21http://api.libusb.info
22
23Use the mailing list for questions, comments, etc:
24http://mailing-list.libusb.info
25
26- Pete Batard <pete@akeo.ie>
27- Hans de Goede <hdegoede@redhat.com>
28- Xiaofan Chen <xiaofanc@gmail.com>
29- Ludovic Rousseau <ludovic.rousseau@gmail.com>
30- Nathan Hjelm <hjelmn@cs.unm.edu>
31- Chris Dickens <christopher.a.dickens@gmail.com>
32
33(Please use the mailing list rather than mailing developers directly)
34

README.version

1URL: https://github.com/libusb/libusb
2Version: Rolling from upstream
3BugComponent: 1352
4Owners: jmgao, adb-bugs
5