https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231076
--- Comment #11 from Hans Petter Selasky <[email protected]> --- > My problem is that libusb_handle_events_completed() (in another thread) does > NOT return. I see. Are you aware about libusb_handle_events_timeout_completed()? >From what I can see "libusb_close()" will write a byte on the control pipe which should wakeup libusb_handle_events_completed(). Are you waiting for this wakeup before calling libusb_close() or after? --HPS -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
