Home | History | Annotate | only in /external/libusb
Up to higher level directory
NameDateSize
aclocal.m403-Dec-2014311.6K
AUTHORS03-Dec-2014415
ChangeLog03-Dec-201457.4K
compile03-Dec-20143.6K
config.guess03-Dec-201444.4K
config.h03-Dec-20142.6K
config.h.in03-Dec-20142.3K
config.sub03-Dec-201432.9K
configure03-Dec-2014383.1K
configure.ac03-Dec-20144K
COPYING03-Dec-201425.8K
depcomp03-Dec-201417.2K
doc/03-Dec-2014
examples/03-Dec-2014
INSTALL03-Dec-20149.2K
install-sh03-Dec-201412.9K
libusb/03-Dec-2014
libusb-1.0.pc.in03-Dec-2014245
libusb.xcodeproj/03-Dec-2014
ltmain.sh03-Dec-2014237.5K
MacConfigExternalDebug.xcconfig03-Dec-2014615
MacConfigExternalRelease.xcconfig03-Dec-2014854
Makefile.am03-Dec-2014621
Makefile.in03-Dec-201425.1K
missing03-Dec-201410.9K
NEWS03-Dec-20141.2K
PORTING03-Dec-20143.8K
README03-Dec-2014684
THANKS03-Dec-2014215
TODO03-Dec-2014290

README

      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