Home | History | Annotate | only in /external/libusb
Up to higher level directory
NameDateSize
aclocal.m408-Oct-2015311.6K
AUTHORS08-Oct-2015415
ChangeLog08-Oct-201557.4K
compile08-Oct-20153.6K
config.guess08-Oct-201544.4K
config.h08-Oct-20152.6K
config.h.in08-Oct-20152.3K
config.sub08-Oct-201532.9K
configure08-Oct-2015383.1K
configure.ac08-Oct-20154K
COPYING08-Oct-201525.8K
depcomp08-Oct-201517.2K
doc/08-Oct-2015
examples/08-Oct-2015
INSTALL08-Oct-20159.2K
install-sh08-Oct-201512.9K
libusb/08-Oct-2015
libusb-1.0.pc.in08-Oct-2015245
libusb.xcodeproj/08-Oct-2015
ltmain.sh08-Oct-2015237.5K
MacConfigExternalDebug.xcconfig08-Oct-2015615
MacConfigExternalRelease.xcconfig08-Oct-2015854
Makefile.am08-Oct-2015621
Makefile.in08-Oct-201525.1K
missing08-Oct-201510.9K
MODULE_LICENSE_LGPL08-Oct-20150
NEWS08-Oct-20151.2K
NOTICE08-Oct-201525.8K
PORTING08-Oct-20153.8K
README08-Oct-2015684
THANKS08-Oct-2015215
TODO08-Oct-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