summaryrefslogtreecommitdiff
path: root/lib/cp-usb-async.c
Commit message (Collapse)AuthorAge
* Switch to libusb-1.0 and use async interface.Keith Packard2008-12-26
The async libusb interface offers substantial performance benefits by not making each command wait for the reply. This makes talking over this interface almost reasonable. Signed-off-by: Keith Packard <keithp@keithp.com>