Home | History | Annotate | only in /external/libusb
Up to higher level directory
NameDateSize
aclocal.m405-Aug-2015311.6K
AUTHORS05-Aug-2015415
ChangeLog05-Aug-201557.4K
compile05-Aug-20153.6K
config.guess05-Aug-201544.4K
config.h05-Aug-20152.6K
config.h.in05-Aug-20152.3K
config.sub05-Aug-201532.9K
configure05-Aug-2015383.1K
configure.ac05-Aug-20154K
COPYING05-Aug-201525.8K
depcomp05-Aug-201517.2K
doc/05-Aug-2015
examples/05-Aug-2015
INSTALL05-Aug-20159.2K
install-sh05-Aug-201512.9K
libusb/05-Aug-2015
libusb-1.0.pc.in05-Aug-2015245
libusb.xcodeproj/05-Aug-2015
ltmain.sh05-Aug-2015237.5K
MacConfigExternalDebug.xcconfig05-Aug-2015615
MacConfigExternalRelease.xcconfig05-Aug-2015854
Makefile.am05-Aug-2015621
Makefile.in05-Aug-201525.1K
missing05-Aug-201510.9K
NEWS05-Aug-20151.2K
PORTING05-Aug-20153.8K
README05-Aug-2015684
THANKS05-Aug-2015215
TODO05-Aug-2015290

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