Go to file
Lu zhiping cdb1a6f62b changed debian/source/format to native 2022-06-27 14:42:14 +08:00
contrib generate-version-script: Don't skip methods on plain structs 2022-06-27 14:42:14 +08:00
debian changed debian/source/format to native 2022-06-27 14:42:14 +08:00
docs Import Upstream version 0.3.4 2022-06-27 14:42:13 +08:00
gusb generate-version-script: Don't skip methods on plain structs 2022-06-27 14:42:14 +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.