blob: c5dabd760e31f5d1c3927a3b113889acd1df3f18 [file] [log] [blame]
Daniel Drakee9364d72008-01-04 00:40:49 +00001libusb
2======
Daniel Drake852bba42007-11-28 13:48:45 +00003
Peter Stuge845b7152010-08-04 07:30:22 +02004libusb is a library for USB device access from Linux, Mac OS X and
5Windows userspace.
Daniel Drake852bba42007-11-28 13:48:45 +00006It is written in C and licensed under the LGPL-2.1 (see COPYING).
7
Daniel Draked1292f82008-05-25 23:42:42 +01008libusb is abstracted internally in such a way that it can hopefully
9be ported to other operating systems. See the PORTING file for some
10information, if you fancy a challenge :)
11
12libusb homepage:
Peter Stugebd267cf2010-11-22 05:14:00 +010013http://libusb.org/
Daniel Drake852bba42007-11-28 13:48:45 +000014
Daniel Draked1292f82008-05-25 23:42:42 +010015Developers will wish to consult the API documentation:
16http://libusb.sourceforge.net/api-1.0/
17
Daniel Drake852bba42007-11-28 13:48:45 +000018Use the mailing list for questions, comments, etc:
Daniel Drakee9364d72008-01-04 00:40:49 +000019https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel
Daniel Drake852bba42007-11-28 13:48:45 +000020
21- Daniel Drake <dsd@gentoo.org>
Peter Stugebd267cf2010-11-22 05:14:00 +010022- Peter Stuge <peter@stuge.se>
Daniel Draked1292f82008-05-25 23:42:42 +010023(use the mailing list rather than mailing developers directly)