Home | History | Annotate | only in /external/libusb
Up to higher level directory
NameDateSize
aclocal.m410-Oct-2012311.6K
AUTHORS10-Oct-2012415
ChangeLog10-Oct-201257.4K
compile10-Oct-20123.6K
config.guess10-Oct-201244.4K
config.h10-Oct-20122.6K
config.h.in10-Oct-20122.3K
config.sub10-Oct-201232.9K
configure10-Oct-2012383.1K
configure.ac10-Oct-20124K
COPYING10-Oct-201225.8K
depcomp10-Oct-201217.2K
doc/10-Oct-2012
examples/10-Oct-2012
INSTALL10-Oct-20129.2K
install-sh10-Oct-201212.9K
libusb/10-Oct-2012
libusb-1.0.pc.in10-Oct-2012245
libusb.xcodeproj/10-Oct-2012
ltmain.sh10-Oct-2012237.5K
MacConfigExternalDebug.xcconfig10-Oct-2012615
MacConfigExternalRelease.xcconfig10-Oct-2012854
Makefile.am10-Oct-2012621
Makefile.in10-Oct-201225.1K
missing10-Oct-201210.9K
NEWS10-Oct-20121.2K
PORTING10-Oct-20123.8K
README10-Oct-2012684
THANKS10-Oct-2012215
TODO10-Oct-2012290

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