From: Keith Packard Date: Sat, 27 Dec 2008 07:05:04 +0000 (-0800) Subject: Switch to libusb-1.0 and use async interface. X-Git-Tag: 0.5~58^2~79 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=1264c3676e95427bba5d01e05c303d036a7f9eca;hp=1264c3676e95427bba5d01e05c303d036a7f9eca Switch to libusb-1.0 and use async interface. 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 ---