Android CTS 8.1 Release 13 (5240576)
Merge "Add missing host ldlibs" am: c830898c12 am: beeecbd623
am: b81e632687

Change-Id: I9df6bc25a3c866944399ac8ff4823b590a631493
tree: e7d8a66ac36c62d29cc84d636d059487282775c7
  1. .private/
  2. android/
  3. darwin/
  4. doc/
  5. examples/
  6. include/
  7. libusb/
  8. linux/
  9. msvc/
  10. tests/
  11. windows/
  12. Xcode/
  13. .gitattributes
  14. .gitignore
  15. .travis.yml
  16. Android.bp
  17. Android.mk
  18. appveyor.yml
  19. appveyor_cygwin.bat
  20. appveyor_minGW.bat
  21. AUTHORS
  22. autogen.sh
  23. bootstrap.sh
  24. ChangeLog
  25. configure.ac
  26. COPYING
  27. INSTALL
  28. INSTALL_WIN.txt
  29. libusb-1.0.pc.in
  30. Makefile.am
  31. MODULE_LICENSE_LGPL
  32. NEWS
  33. NOTICE
  34. PORTING
  35. README.git
  36. README.md
  37. README.version
  38. TODO
  39. travis-autogen.sh
README.md

libusb

Build Status Build status Coverity Scan Build Status

libusb is a library for USB device access from Linux, Mac OS X, Windows, OpenBSD/NetBSD and Haiku userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).

libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.

libusb homepage: http://libusb.info/

Developers will wish to consult the API documentation: http://api.libusb.info

Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info

(Please use the mailing list rather than mailing developers directly)