Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 03-May-2024 | - | 1,306 | 927 | ||
examples/ | 03-May-2024 | - | 1,141 | 898 | ||
libusb/ | 03-May-2024 | - | 18,118 | 10,700 | ||
msvc/ | 03-May-2024 | - | 3,133 | 2,767 | ||
AUTHORS | D | 03-May-2024 | 977 | 46 | 44 | |
Android.mk | D | 03-May-2024 | 1.1 KiB | 41 | 16 | |
COPYING | D | 03-May-2024 | 25.8 KiB | 505 | 418 | |
INSTALL | D | 03-May-2024 | 9.2 KiB | 235 | 177 | |
MODULE_LICENSE_LGPL | D | 03-May-2024 | 0 | |||
Makefile.am | D | 03-May-2024 | 637 | 29 | 22 | |
NEWS | D | 03-May-2024 | 1.5 KiB | 66 | 49 | |
NOTICE | D | 03-May-2024 | 25.8 KiB | 505 | 418 | |
PORTING | D | 03-May-2024 | 3.8 KiB | 96 | 66 | |
README | D | 03-May-2024 | 678 | 23 | 16 | |
RELEASE-NOTES | D | 03-May-2024 | 1.4 KiB | 36 | 25 | |
THANKS | D | 03-May-2024 | 215 | 9 | 7 | |
TODO | D | 03-May-2024 | 290 | 10 | 9 | |
autogen.sh | D | 03-May-2024 | 552 | 20 | 15 | |
config.h | D | 03-May-2024 | 3 KiB | 118 | 34 | |
configure.ac | D | 03-May-2024 | 6.8 KiB | 223 | 198 | |
libusb-1.0.pc.in | D | 03-May-2024 | 316 | 13 | 10 |
README
1libusb 2====== 3 4libusb is a library for USB device access from Linux, Mac OS X, 5OpenBSD, NetBSD, and Windows userspace. 6It is written in C and licensed under the LGPL-2.1 (see COPYING). 7 8libusb is abstracted internally in such a way that it can hopefully 9be ported to other operating systems. See the PORTING file for some 10information, if you fancy a challenge. :) 11 12libusb homepage: 13http://libusb.org/ 14 15Developers will wish to consult the API documentation: 16http://libusb.sourceforge.net/api-1.0/ 17 18Use the mailing list for questions, comments, etc: 19http://libusb.org/wiki/MailingList 20 21- Peter Stuge <peter@stuge.se> 22(use the mailing list rather than mailing developers directly) 23