libusb is not just for Linux!
authorPeter Stuge <peter@stuge.se>
Wed, 4 Aug 2010 05:30:22 +0000 (07:30 +0200)
committerPeter Stuge <peter@stuge.se>
Fri, 26 Nov 2010 19:47:23 +0000 (20:47 +0100)
README
libusb-1.0.pc.in

diff --git a/README b/README
index eefe5ee..c2e0221 100644 (file)
--- 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
index 0abb16b..81b56ec 100644 (file)
@@ -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@