diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-05-25 23:42:42 +0100 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-05-25 23:55:23 +0100 |
commit | d1292f8e7300051239a7ed2769d221dc7a6f9fca (patch) | |
tree | 864b434b8ee3c433ed9b5486d1499eebc287fe5f /README | |
parent | 4cd249388e4ed2ca03f1263984ab67df5030bb65 (diff) | |
download | libusb-d1292f8e7300051239a7ed2769d221dc7a6f9fca.tar.gz |
v0.9.0 releasev0.9.0
First libusb-1.0 beta release
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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) |