Project import generated by Copybara.

GitOrigin-RevId: 159fd0c323af332328758fb4be5782462b0d31a0
3 files changed
tree: df2c9ed92d16efbfafa0e6268b8c31ed6cd884e5
  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. .travis.yml
  15. Android.bp
  16. Android.mk
  17. appveyor.yml
  18. appveyor_cygwin.bat
  19. appveyor_minGW.bat
  20. AUTHORS
  21. autogen.sh
  22. bootstrap.sh
  23. ChangeLog
  24. configure.ac
  25. COPYING
  26. INSTALL
  27. INSTALL_WIN.txt
  28. libusb-1.0.pc.in
  29. Makefile.am
  30. MODULE_LICENSE_LGPL
  31. NEWS
  32. NOTICE
  33. PORTING
  34. README.git
  35. README.md
  36. README.version
  37. TODO
  38. 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)