summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2007-11-28 13:48:45 +0000
committerDaniel Drake <dsd@gentoo.org>2007-12-02 22:54:59 +0000
commit852bba4754ec57679c823f33e8feba6e4a564cbe (patch)
treecd0a73c5437d1e05799b7bbef047854afdc9939a /README
downloadlibusb-852bba4754ec57679c823f33e8feba6e4a564cbe.tar.gz
Initial commit
Basic library structure which supports enumerating detected USB devices
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e7df070
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+fpusb
+=====
+
+fpusb is another library for USB device access from Linux userspace.
+It is written in C and licensed under the LGPL-2.1 (see COPYING).
+
+See the homepage for more information:
+http://www.reactivated.net/fprint/wiki/Fpusb
+
+Use the mailing list for questions, comments, etc:
+http://www.reactivated.net/fprint/wiki/Mailing_list
+
+Use the bug tracker for bugs and feature requests:
+http://www.reactivated.net/fprint/bugs/index.php?project=4&switch=1&do=index
+
+- Daniel Drake <dsd@gentoo.org>
+