On 05/18/16 19:21, Karl Denninger wrote:
> One other note -- I looked at libusb but it does not appear that there
> is a way to do a "select()" on the input endpoint to determine if data
> is available.
LibUSB v2.0 has:
int
libusb20_dev_get_fd(struct libusb20_device *pdev);
--HPS