Home | History | Annotate | only in /external/libusb_aah
Up to higher level directory
NameDateSize
Android.mk20-Sep-20131.1K
AUTHORS20-Sep-2013977
autogen.sh20-Sep-2013552
config.h20-Sep-20133K
configure.ac20-Sep-20136.8K
COPYING20-Sep-201325.8K
doc/20-Sep-2013
examples/20-Sep-2013
INSTALL20-Sep-20139.2K
libusb/20-Sep-2013
libusb-1.0.pc.in20-Sep-2013316
Makefile.am20-Sep-2013637
MODULE_LICENSE_LGPL20-Sep-20130
msvc/20-Sep-2013
NEWS20-Sep-20131.5K
NOTICE20-Sep-201325.8K
PORTING20-Sep-20133.8K
README20-Sep-2013678
RELEASE-NOTES20-Sep-20131.4K
THANKS20-Sep-2013215
TODO20-Sep-2013290

README

      1 libusb
      2 ======
      3 
      4 libusb is a library for USB device access from Linux, Mac OS X,
      5 OpenBSD, NetBSD, and Windows userspace.
      6 It is written in C and licensed under the LGPL-2.1 (see COPYING).
      7 
      8 libusb is abstracted internally in such a way that it can hopefully
      9 be ported to other operating systems. See the PORTING file for some
     10 information, if you fancy a challenge. :)
     11 
     12 libusb homepage:
     13 http://libusb.org/
     14 
     15 Developers will wish to consult the API documentation:
     16 http://libusb.sourceforge.net/api-1.0/
     17 
     18 Use the mailing list for questions, comments, etc:
     19 http://libusb.org/wiki/MailingList
     20 
     21 - Peter Stuge <peter (a] stuge.se>
     22 (use the mailing list rather than mailing developers directly)
     23