Android CTS 9.0 Release 9 (5793965)
Snap for 4535700 from 37d889123d8db17aabdd0dc5bca36fc2701c6287 to pi-release

Change-Id: I039611a47444d77e4e91a0ad15d3311fefcf3879
tree: 35f98aea8de3960fbe113834ca682bec2ce28b99
  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)