Go to file
openKylinBot ffe083f8a7 Import Debian changes 0.3.4-ok1
libgusb (0.3.4-ok1) yangtze; urgency=medium

  * Build for openKylin.
2022-06-27 14:42:13 +08:00
contrib Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
debian Import Debian changes 0.3.4-ok1 2022-06-27 14:42:13 +08:00
docs Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
gusb Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
tools Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
.travis.yml Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
AUTHORS Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
COMMITMENT Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
COPYING Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
MAINTAINERS Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
NEWS Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
README.md Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
RELEASE.md Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
meson.build Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
meson_options.txt Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00

README.md

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.