summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-05-25 23:42:42 +0100
committerDaniel Drake <dsd@gentoo.org>2008-05-25 23:55:23 +0100
commitd1292f8e7300051239a7ed2769d221dc7a6f9fca (patch)
tree864b434b8ee3c433ed9b5486d1499eebc287fe5f /README
parent4cd249388e4ed2ca03f1263984ab67df5030bb65 (diff)
downloadlibusb-d1292f8e7300051239a7ed2769d221dc7a6f9fca.tar.gz
v0.9.0 releasev0.9.0
First libusb-1.0 beta release
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 10 insertions, 3 deletions
diff --git a/README b/README
index a84fab4..eefe5ee 100644
--- a/README
+++ b/README
@@ -1,14 +1,21 @@
libusb
======
-libusb is another library for USB device access from Linux userspace.
+libusb is a library for USB device access from Linux userspace.
It is written in C and licensed under the LGPL-2.1 (see COPYING).
-See the homepage for more information:
+libusb is abstracted internally in such a way that it can hopefully
+be ported to other operating systems. See the PORTING file for some
+information, if you fancy a challenge :)
+
+libusb homepage:
http://libusb.sourceforge.net
+Developers will wish to consult the API documentation:
+http://libusb.sourceforge.net/api-1.0/
+
Use the mailing list for questions, comments, etc:
https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel
- Daniel Drake <dsd@gentoo.org>
-
+(use the mailing list rather than mailing developers directly)