summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2011-03-09 00:10:00 +0000
committerPete Batard <pbatard@gmail.com>2011-03-09 00:10:00 +0000
commit677ea16f4489033a21c0d6dae862fb9437bfa71f (patch)
tree0fd3013ec6f44c974aba3e1d12935ddd9cf2b82b /README
parent72325819403e8128ac4309df46796770ff49dafa (diff)
downloadlibusb-677ea16f4489033a21c0d6dae862fb9437bfa71f.tar.gz
merged -> pbr336
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index eefe5ee..c5dabd7 100644
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
libusb
======
-libusb is a library for USB device access from Linux userspace.
+libusb is a library for USB device access from Linux, Mac OS X and
+Windows userspace.
It is written in C and licensed under the LGPL-2.1 (see COPYING).
libusb is abstracted internally in such a way that it can hopefully
@@ -9,7 +10,7 @@ be ported to other operating systems. See the PORTING file for some
information, if you fancy a challenge :)
libusb homepage:
-http://libusb.sourceforge.net
+http://libusb.org/
Developers will wish to consult the API documentation:
http://libusb.sourceforge.net/api-1.0/
@@ -18,4 +19,5 @@ Use the mailing list for questions, comments, etc:
https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel
- Daniel Drake <dsd@gentoo.org>
+- Peter Stuge <peter@stuge.se>
(use the mailing list rather than mailing developers directly)