summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-12-19 14:54:43 +0000
committerRichard Hughes <richard@hughsie.com>2017-12-19 15:06:08 +0000
commit654c70517af4ab9c36b5196fc2b69f0b6d8f4946 (patch)
tree188d935c732014609e376b6744d85a2b33f505c5 /README.md
parentedf7e15fafb79656a9d80cc6b50f3cb68ceb7f94 (diff)
downloadgusb-654c70517af4ab9c36b5196fc2b69f0b6d8f4946.tar.gz
trivial: Update README to reflect stability
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bbe63a4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+GUsb
+====
+
+GUsb is a GObject wrapper for libusb1 that makes it easy to do
+asynchronous control, bulk and interrupt transfers with proper
+cancellation and integration into a mainloop.
+This makes it easy to integrate low level USB transfers with your
+high-level application or system daemon.
+
+Not everything you can do in libusb1 is wrapped, although we'll accept
+feature requests (with patches) if it makes sense.