summaryrefslogtreecommitdiffstats
path: root/libraries/libgusb/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-31 01:11:21 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-05 07:02:20 +0700
commit169f3d2339bd9dd78e09b660bcd5e727dd98ed5d (patch)
tree530e6228d31ba41ae5682a1c92a8eb2a9bc7319d /libraries/libgusb/README
parent130c794e91681acc6c96b6719e7b2e9c84b3aa47 (diff)
downloadslackbuilds-169f3d2339bd9dd78e09b660bcd5e727dd98ed5d.tar.gz
slackbuilds-169f3d2339bd9dd78e09b660bcd5e727dd98ed5d.tar.xz
libraries/libgusb: Added (Glib Wrapper).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgusb/README')
-rw-r--r--libraries/libgusb/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libgusb/README b/libraries/libgusb/README
new file mode 100644
index 0000000000..e919c2ba34
--- /dev/null
+++ b/libraries/libgusb/README
@@ -0,0 +1,6 @@
+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.