blob: eefe5ee5d7800d6f6fb7aa7a215b5577df38ae03 [file] [log] [blame]
Yavor Goulishevbda86ae2011-05-23 11:56:53 -07001libusb
2======
3
4libusb is a library for USB device access from Linux userspace.
5It is written in C and licensed under the LGPL-2.1 (see COPYING).
6
7libusb is abstracted internally in such a way that it can hopefully
8be ported to other operating systems. See the PORTING file for some
9information, if you fancy a challenge :)
10
11libusb homepage:
12http://libusb.sourceforge.net
13
14Developers will wish to consult the API documentation:
15http://libusb.sourceforge.net/api-1.0/
16
17Use the mailing list for questions, comments, etc:
18https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel
19
20- Daniel Drake <dsd@gentoo.org>
21(use the mailing list rather than mailing developers directly)