Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 12 KiB | |
.gitattributes | 10-Aug-2018 | 307 | |
.gitignore | 10-Aug-2018 | 501 | |
.private/ | 10-Aug-2018 | 4 KiB | |
.travis.yml | 10-Aug-2018 | 615 | |
android/ | 10-Aug-2018 | 4 KiB | |
Android.bp | 10-Aug-2018 | 1.9 KiB | |
Android.mk | 10-Aug-2018 | 90 | |
appveyor.yml | 10-Aug-2018 | 962 | |
appveyor_cygwin.bat | 10-Aug-2018 | 475 | |
appveyor_minGW.bat | 10-Aug-2018 | 992 | |
AUTHORS | 10-Aug-2018 | 1.8 KiB | |
autogen.sh | 10-Aug-2018 | 140 | |
bootstrap.sh | 10-Aug-2018 | 76 | |
ChangeLog | 10-Aug-2018 | 9.9 KiB | |
configure.ac | 10-Aug-2018 | 10.6 KiB | |
COPYING | 10-Aug-2018 | 25.8 KiB | |
darwin/ | 10-Aug-2018 | 4 KiB | |
doc/ | 10-Aug-2018 | 4 KiB | |
examples/ | 10-Aug-2018 | 4 KiB | |
include/ | 10-Aug-2018 | 4 KiB | |
INSTALL | 10-Aug-2018 | 9.2 KiB | |
INSTALL_WIN.txt | 10-Aug-2018 | 2.9 KiB | |
libusb/ | 10-Aug-2018 | 4 KiB | |
libusb-1.0.pc.in | 10-Aug-2018 | 312 | |
linux/ | 10-Aug-2018 | 4 KiB | |
Makefile.am | 10-Aug-2018 | 672 | |
MODULE_LICENSE_LGPL | 10-Aug-2018 | 0 | |
msvc/ | 10-Aug-2018 | 4 KiB | |
NEWS | 10-Aug-2018 | 95 | |
NOTICE | 10-Aug-2018 | 25.8 KiB | |
PORTING | 10-Aug-2018 | 3.8 KiB | |
README | 10-Aug-2018 | 1.3 KiB | |
README.md | 10-Aug-2018 | 1.3 KiB | |
README.version | 10-Aug-2018 | 112 | |
tests/ | 10-Aug-2018 | 4 KiB | |
TODO | 10-Aug-2018 | 126 | |
travis-autogen.sh | 10-Aug-2018 | 971 | |
windows/ | 10-Aug-2018 | 4 KiB | |
Xcode/ | 10-Aug-2018 | 4 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