Home | History | Annotate | only in /external/libusb
Up to higher level directory
NameDateSize
aclocal.m423-Apr-2015311.6K
AUTHORS23-Apr-2015415
ChangeLog23-Apr-201557.4K
compile23-Apr-20153.6K
config.guess23-Apr-201544.4K
config.h23-Apr-20152.6K
config.h.in23-Apr-20152.3K
config.sub23-Apr-201532.9K
configure23-Apr-2015383.1K
configure.ac23-Apr-20154K
COPYING23-Apr-201525.8K
depcomp23-Apr-201517.2K
doc/23-Apr-2015
examples/23-Apr-2015
INSTALL23-Apr-20159.2K
install-sh23-Apr-201512.9K
libusb/23-Apr-2015
libusb-1.0.pc.in23-Apr-2015245
libusb.xcodeproj/23-Apr-2015
ltmain.sh23-Apr-2015237.5K
MacConfigExternalDebug.xcconfig23-Apr-2015615
MacConfigExternalRelease.xcconfig23-Apr-2015854
Makefile.am23-Apr-2015621
Makefile.in23-Apr-201525.1K
missing23-Apr-201510.9K
NEWS23-Apr-20151.2K
PORTING23-Apr-20153.8K
README23-Apr-2015684
THANKS23-Apr-2015215
TODO23-Apr-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