NameDateSize

..29-Aug-201712 KiB

.gitattributes29-Aug-2017307

.gitignore29-Aug-2017501

.private/29-Aug-20174 KiB

.travis.yml29-Aug-2017615

android/29-Aug-20174 KiB

Android.bp29-Aug-20171.9 KiB

Android.mk29-Aug-201790

appveyor.yml29-Aug-2017962

appveyor_cygwin.bat29-Aug-2017475

appveyor_minGW.bat29-Aug-2017992

AUTHORS29-Aug-20171.8 KiB

autogen.sh29-Aug-2017140

bootstrap.sh29-Aug-201776

ChangeLog29-Aug-20179.9 KiB

configure.ac29-Aug-201710.6 KiB

COPYING29-Aug-201725.8 KiB

darwin/29-Aug-20174 KiB

doc/29-Aug-20174 KiB

examples/29-Aug-20174 KiB

include/29-Aug-20174 KiB

INSTALL29-Aug-20179.2 KiB

INSTALL_WIN.txt29-Aug-20172.9 KiB

libusb/29-Aug-20174 KiB

libusb-1.0.pc.in29-Aug-2017312

linux/29-Aug-20174 KiB

Makefile.am29-Aug-2017672

MODULE_LICENSE_LGPL29-Aug-20170

msvc/29-Aug-20174 KiB

NEWS29-Aug-201795

NOTICE29-Aug-201725.8 KiB

PORTING29-Aug-20173.8 KiB

README29-Aug-20171.3 KiB

README.md29-Aug-20171.3 KiB

README.version29-Aug-2017112

tests/29-Aug-20174 KiB

TODO29-Aug-2017126

travis-autogen.sh29-Aug-2017971

windows/29-Aug-20174 KiB

Xcode/29-Aug-20174 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