mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
disable use of pollfds until further investigation as it doesn't work
This commit is contained in:
parent
0bf6344a11
commit
253ec883b1
@ -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:");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user