Files
archived-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
..
2022-04-23 15:50:41 +03:00
2022-05-05 14:53:17 +03:00
2022-05-05 14:53:17 +03:00
2022-05-05 14:53:17 +03:00