NameDateSize

..14-Feb-20134 KiB

aclocal.m414-Feb-2013311.6 KiB

AUTHORS14-Feb-2013415

ChangeLog14-Feb-201357.4 KiB

compile14-Feb-20133.6 KiB

config.guess14-Feb-201344.4 KiB

config.h14-Feb-20132.6 KiB

config.h.in14-Feb-20132.3 KiB

config.sub14-Feb-201332.9 KiB

configure14-Feb-2013383.1 KiB

configure.ac14-Feb-20134 KiB

COPYING14-Feb-201325.8 KiB

depcomp14-Feb-201317.2 KiB

doc/14-Feb-20134 KiB

examples/14-Feb-20134 KiB

INSTALL14-Feb-20139.2 KiB

install-sh14-Feb-201312.9 KiB

libusb/14-Feb-20134 KiB

libusb-1.0.pc.in14-Feb-2013245

libusb.xcodeproj/14-Feb-20134 KiB

ltmain.sh14-Feb-2013237.5 KiB

MacConfigExternalDebug.xcconfig14-Feb-2013615

MacConfigExternalRelease.xcconfig14-Feb-2013854

Makefile.am14-Feb-2013621

Makefile.in14-Feb-201325.1 KiB

missing14-Feb-201310.9 KiB

NEWS14-Feb-20131.2 KiB

PORTING14-Feb-20133.8 KiB

README14-Feb-2013684

THANKS14-Feb-2013215

TODO14-Feb-2013290

README

1libusb
2======
3
4libusb is a library for USB device access from Linux userspace.
5It is written in C and licensed under the LGPL-2.1 (see COPYING).
6
7libusb is abstracted internally in such a way that it can hopefully
8be ported to other operating systems. See the PORTING file for some
9information, if you fancy a challenge :)
10
11libusb homepage:
12http://libusb.sourceforge.net
13
14Developers will wish to consult the API documentation:
15http://libusb.sourceforge.net/api-1.0/
16
17Use the mailing list for questions, comments, etc:
18https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel
19
20- Daniel Drake <dsd@gentoo.org>
21(use the mailing list rather than mailing developers directly)
22