hidapi/libusb
Matt Silva 5ce9051e2f
libusb: stop read_thread from looping indefinitely (#457)
- When `libusb_submit_transfer` in `read_thread` fails, `read_callback` never gets called and never sets `transfer_loop_finished` to true, causing `read_thread` to loop indefinitely;

- Do not attempt to run a read loop if the initial `libusb_submit_transfer` fails fixes the issue;

Fixes: #456
2022-09-28 17:08:27 +03:00
..
.gitignore Add Autotools build system (automake, autconf) 2012-07-16 00:43:04 -04:00
CMakeLists.txt Ensure Iconv is found when provided via CFLAGS/LDFLAGS (#430) 2022-06-22 01:30:45 +03:00
hid.c libusb: stop read_thread from looping indefinitely (#457) 2022-09-28 17:08:27 +03:00
hidapi_libusb.h Fire v0.12.0 (#398) 2022-04-23 15:50:41 +03:00
Makefile-manual Changes to Build System for Haiku 2020-02-12 17:00:07 +02:00
Makefile.am add libusb-specific hid_libusb_wrap_sys_device 2021-09-18 18:56:56 +03:00
Makefile.freebsd Fix hidtest build 2022-05-05 14:53:17 +03:00
Makefile.haiku Fix hidtest build 2022-05-05 14:53:17 +03:00
Makefile.linux Fix hidtest build 2022-05-05 14:53:17 +03:00