https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215765
Hans Petter Selasky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Hans Petter Selasky <[email protected]> --- Hi, Can you set the LIBUSB_DEBUG environment before running the USB application? env LIBUSB_DEBUG=0 program > log0.txt env LIBUSB_DEBUG=1 program > log1.txt env LIBUSB_DEBUG=2 program > log2.txt And reproduce the issue? libusb_handle_events_completed() only returns when the *completed variable is set to non-zero, typically when the USB transfer callbacks receive a CANCELLED error code. Maybe the pcscd APP doesn't check for this error code? --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]"
