[Bug 256296] "No Device" error after using asynchronous API of libusb once

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 31 15:32:28 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256296

Hans Petter Selasky <hselasky at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hselasky at FreeBSD.org

--- Comment #2 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
Hi,

I think this is a bug in the the application.

If you close the USB device while transfers are pending, the completion events
won't be delivered. I guess you need to wait for the pending transfers to
complete before you close the device.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-usb mailing list