Home | History | Annotate | only in /external/libusb
Up to higher level directory
NameDateSize
aclocal.m409-Oct-2013311.6K
AUTHORS09-Oct-2013415
ChangeLog09-Oct-201357.4K
compile09-Oct-20133.6K
config.guess09-Oct-201344.4K
config.h09-Oct-20132.6K
config.h.in09-Oct-20132.3K
config.sub09-Oct-201332.9K
configure09-Oct-2013383.1K
configure.ac09-Oct-20134K
COPYING09-Oct-201325.8K
depcomp09-Oct-201317.2K
doc/09-Oct-2013
examples/09-Oct-2013
INSTALL09-Oct-20139.2K
install-sh09-Oct-201312.9K
libusb/09-Oct-2013
libusb-1.0.pc.in09-Oct-2013245
libusb.xcodeproj/09-Oct-2013
ltmain.sh09-Oct-2013237.5K
MacConfigExternalDebug.xcconfig09-Oct-2013615
MacConfigExternalRelease.xcconfig09-Oct-2013854
Makefile.am09-Oct-2013621
Makefile.in09-Oct-201325.1K
missing09-Oct-201310.9K
NEWS09-Oct-20131.2K
PORTING09-Oct-20133.8K
README09-Oct-2013684
THANKS09-Oct-2013215
TODO09-Oct-2013290

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