summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2010-08-04 07:30:22 +0200
committerPeter Stuge <peter@stuge.se>2010-11-26 20:47:23 +0100
commit845b715675703c5f1bc907f6302ece416c9f112c (patch)
tree16a7c757b2ded9f9fa666957d5c646aa0f4edc76
parent67d9ef7b6877e17f2deec81cd41dc0948f6bed4b (diff)
downloadlibusb-845b715675703c5f1bc907f6302ece416c9f112c.tar.gz
libusb is not just for Linux!
-rw-r--r--README3
-rw-r--r--libusb-1.0.pc.in2
2 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index eefe5ee..c2e0221 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
diff --git a/libusb-1.0.pc.in b/libusb-1.0.pc.in
index 0abb16b..81b56ec 100644
--- a/libusb-1.0.pc.in
+++ b/libusb-1.0.pc.in
@@ -4,7 +4,7 @@ libdir=@libdir@
includedir=@includedir@
Name: libusb-1.0
-Description: C API for USB device access from Linux userspace
+Description: C API for USB device access from Linux, Mac OS X and Windows userspace
Version: @VERSION@
Libs: -L${libdir} -lusb-1.0
Libs.private: @PC_LIBS_PRIVATE@