README 1.0 KB

1234567891011121314151617181920212223242526272829
  1. libusbx
  2. =======
  3. libusbx is a library for USB device access from Linux, Mac OS X,
  4. Windows and OpenBSD/NetBSD userspace, with OpenBSD/NetBSD, and to a
  5. lesser extent some of the newest features of Windows (such as libusbK
  6. and libusb-win32 driver support) being EXPERIMENTAL.
  7. It is written in C and licensed under the GNU Lesser General Public
  8. License version 2.1 or, at your option, any later version (see COPYING).
  9. libusbx is abstracted internally in such a way that it can hopefully
  10. be ported to other operating systems. Please see the PORTING file
  11. for more information.
  12. libusbx homepage:
  13. http://libusbx.org/
  14. Developers will wish to consult the API documentation:
  15. http://api.libusbx.org
  16. Use the mailing list for questions, comments, etc:
  17. http://mailing-list.libusbx.org
  18. - Pete Batard <pete@akeo.ie>
  19. - Hans de Goede <hdegoede@redhat.com>
  20. - Xiaofan Chen <xiaofanc@gmail.com>
  21. - Ludovic Rousseau <ludovic.rousseau@gmail.com>
  22. - Nathan Hjelm <hjelmn@users.sourceforge.net>
  23. (Please use the mailing list rather than mailing developers directly)