disable use of pollfds until further investigation as it doesn't work

This commit is contained in:
matthias.ringwald@gmail.com 2014-05-15 10:45:53 +00:00
parent 0bf6344a11
commit 253ec883b1

View File

@ -519,6 +519,9 @@ static int usb_open(void *transport_config){
// Check for pollfds functionality
doing_pollfds = libusb_pollfds_handle_timeouts(NULL);
// NOTE: using pollfds doesn't work on Linux, so it is disable until further investigation here
doing_pollfds = 0;
if (doing_pollfds) {
log_info("Async using pollfds:");