Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
.gitattributes | H A D | 25-Oct-2024 | 179 | |
.gitignore | H A D | 25-Oct-2024 | 713 | |
BUILD.gn | H A D | 25-Oct-2024 | 4.5 KiB | |
bundle.json | H A D | 25-Oct-2024 | 860 | |
COPYING | H A D | 25-Oct-2024 | 25.8 KiB | |
darwin/ | H | 25-Oct-2024 | 4 KiB | |
fix-init-fail.patch | H A D | 25-Oct-2024 | 677 | |
install.sh | H A D | 25-Oct-2024 | 944 | |
libusb-1.0.26.tar.bz2 | H A D | 25-Oct-2024 | 606 KiB | |
libusbx.spec | H A D | 25-Oct-2024 | 2.6 KiB | |
libusbx.yaml | H A D | 25-Oct-2024 | 79 | |
linux/ | H | 25-Oct-2024 | 4 KiB | |
lock_file.lock | H A D | 25-Oct-2024 | 0 | |
OAT.xml | H A D | 25-Oct-2024 | 4.5 KiB | |
PORTING | H A D | 25-Oct-2024 | 3.8 KiB | |
README.md | H A D | 25-Oct-2024 | 1.3 KiB | |
README.OpenSource | H A D | 25-Oct-2024 | 309 | |
windows/ | H | 25-Oct-2024 | 4 KiB |
README.md
1# libusb 2 3[](https://travis-ci.org/libusb/libusb) 4[](https://ci.appveyor.com/project/LudovicRousseau/libusb) 5[](https://scan.coverity.com/projects/libusb-libusb) 6 7libusb is a library for USB device access from Linux, macOS, 8Windows, OpenBSD/NetBSD, Haiku and Solaris 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- Hans de Goede <hdegoede@redhat.com> 27- Xiaofan Chen <xiaofanc@gmail.com> 28- Ludovic Rousseau <ludovic.rousseau@gmail.com> 29- Nathan Hjelm <hjelmn@cs.unm.edu> 30- Chris Dickens <christopher.a.dickens@gmail.com> 31 32(Please use the mailing list rather than mailing developers directly) 33