README 926 B

12345678910111213141516171819202122232425262728
  1. # libusb
  2. libusb is a library for USB device access from Linux, macOS,
  3. Windows, OpenBSD/NetBSD, Haiku and Solaris userspace.
  4. It is written in C (Haiku backend in C++) and licensed under the GNU
  5. Lesser General Public License version 2.1 or, at your option, any later
  6. version (see COPYING).
  7. libusb is abstracted internally in such a way that it can hopefully
  8. be ported to other operating systems. Please see the PORTING
  9. file for more information.
  10. libusb homepage:
  11. http://libusb.info/
  12. Developers will wish to consult the API documentation:
  13. http://api.libusb.info
  14. Use the mailing list for questions, comments, etc:
  15. http://mailing-list.libusb.info
  16. - Hans de Goede <hdegoede@redhat.com>
  17. - Xiaofan Chen <xiaofanc@gmail.com>
  18. - Ludovic Rousseau <ludovic.rousseau@gmail.com>
  19. - Nathan Hjelm <hjelmn@cs.unm.edu>
  20. - Chris Dickens <christopher.a.dickens@gmail.com>
  21. (Please use the mailing list rather than mailing developers directly)