Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
aclocal.m4 | 24-Aug-2016 | 311.6K | |
AUTHORS | 24-Aug-2016 | 415 | |
ChangeLog | 24-Aug-2016 | 57.4K | |
compile | 24-Aug-2016 | 3.6K | |
config.guess | 24-Aug-2016 | 44.4K | |
config.h | 24-Aug-2016 | 2.6K | |
config.h.in | 24-Aug-2016 | 2.3K | |
config.sub | 24-Aug-2016 | 32.9K | |
configure | 24-Aug-2016 | 383.1K | |
configure.ac | 24-Aug-2016 | 4K | |
COPYING | 24-Aug-2016 | 25.8K | |
depcomp | 24-Aug-2016 | 17.2K | |
doc/ | 24-Aug-2016 | ||
examples/ | 24-Aug-2016 | ||
INSTALL | 24-Aug-2016 | 9.2K | |
install-sh | 24-Aug-2016 | 12.9K | |
libusb/ | 24-Aug-2016 | ||
libusb-1.0.pc.in | 24-Aug-2016 | 245 | |
libusb.xcodeproj/ | 24-Aug-2016 | ||
ltmain.sh | 24-Aug-2016 | 237.5K | |
MacConfigExternalDebug.xcconfig | 24-Aug-2016 | 615 | |
MacConfigExternalRelease.xcconfig | 24-Aug-2016 | 854 | |
Makefile.am | 24-Aug-2016 | 621 | |
Makefile.in | 24-Aug-2016 | 25.1K | |
missing | 24-Aug-2016 | 10.9K | |
MODULE_LICENSE_LGPL | 24-Aug-2016 | 0 | |
NEWS | 24-Aug-2016 | 1.2K | |
NOTICE | 24-Aug-2016 | 25.8K | |
PORTING | 24-Aug-2016 | 3.8K | |
README | 24-Aug-2016 | 684 | |
README.version | 24-Aug-2016 | 119 | |
THANKS | 24-Aug-2016 | 215 | |
TODO | 24-Aug-2016 | 290 |
1 libusb 2 ====== 3 4 libusb is a library for USB device access from Linux userspace. 5 It is written in C and licensed under the LGPL-2.1 (see COPYING). 6 7 libusb is abstracted internally in such a way that it can hopefully 8 be ported to other operating systems. See the PORTING file for some 9 information, if you fancy a challenge :) 10 11 libusb homepage: 12 http://libusb.sourceforge.net 13 14 Developers will wish to consult the API documentation: 15 http://libusb.sourceforge.net/api-1.0/ 16 17 Use the mailing list for questions, comments, etc: 18 https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel 19 20 - Daniel Drake <dsd (a] gentoo.org> 21 (use the mailing list rather than mailing developers directly) 22