summaryrefslogtreecommitdiffstats
path: root/libraries/libgusb/README
blob: e919c2ba34d64b4384e988774871356518153635 (plain)
1
2
3
4
5
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.