Home | History | Annotate | only in /external/libusb
Up to higher level directory
NameDateSize
aclocal.m413-Nov-2012311.6K
AUTHORS13-Nov-2012415
ChangeLog13-Nov-201257.4K
compile13-Nov-20123.6K
config.guess13-Nov-201244.4K
config.h13-Nov-20122.6K
config.h.in13-Nov-20122.3K
config.sub13-Nov-201232.9K
configure13-Nov-2012383.1K
configure.ac13-Nov-20124K
COPYING13-Nov-201225.8K
depcomp13-Nov-201217.2K
doc/13-Nov-2012
examples/13-Nov-2012
INSTALL13-Nov-20129.2K
install-sh13-Nov-201212.9K
libusb/13-Nov-2012
libusb-1.0.pc.in13-Nov-2012245
libusb.xcodeproj/13-Nov-2012
ltmain.sh13-Nov-2012237.5K
MacConfigExternalDebug.xcconfig13-Nov-2012615
MacConfigExternalRelease.xcconfig13-Nov-2012854
Makefile.am13-Nov-2012621
Makefile.in13-Nov-201225.1K
missing13-Nov-201210.9K
NEWS13-Nov-20121.2K
PORTING13-Nov-20123.8K
README13-Nov-2012684
THANKS13-Nov-2012215
TODO13-Nov-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