README 678 B

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