summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2011-01-30 01:24:59 +0000
committerPete Batard <pbatard@gmail.com>2011-01-30 01:24:59 +0000
commitbeeb853a0db49c30a7cb6e85d4af1305922945db (patch)
treea4a4cb5eeefc8c1ac9d9f7338028c5de877a4d74 /README
parent43aecbb8f05995517479fa91db5d1db25be50d03 (diff)
downloadlibusb-beeb853a0db49c30a7cb6e85d4af1305922945db.tar.gz
merged latest official changes
* up to 295c9d12e25bc2dbdd8b42bd67a1f7120f0631a1
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)