summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 9 insertions, 11 deletions
diff --git a/README b/README
index 2ac89f9..715c416 100644
--- a/README
+++ b/README
@@ -1,25 +1,23 @@
-libusbx
-=======
+libusb
+======
-libusbx is a library for USB device access from Linux, Mac OS X,
-Windows and OpenBSD/NetBSD userspace, with OpenBSD/NetBSD, and to a
-lesser extent some of the newest features of Windows (such as libusbK
-and libusb-win32 driver support) being EXPERIMENTAL.
+libusb is a library for USB device access from Linux, Mac OS X,
+Windows and OpenBSD/NetBSD userspace.
It is written in C and licensed under the GNU Lesser General Public
License version 2.1 or, at your option, any later version (see COPYING).
-libusbx is abstracted internally in such a way that it can hopefully
+libusb is abstracted internally in such a way that it can hopefully
be ported to other operating systems. Please see the PORTING file
for more information.
-libusbx homepage:
-http://libusbx.org/
+libusb homepage:
+http://libusb.info/
Developers will wish to consult the API documentation:
-http://api.libusbx.org
+http://api.libusb.info
Use the mailing list for questions, comments, etc:
-http://mailing-list.libusbx.org
+http://mailing-list.libusb.info
- Pete Batard <pete@akeo.ie>
- Hans de Goede <hdegoede@redhat.com>