Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Sep 2018 19:24:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 231076] libusb_cancel_transfer() does NOT cancel a transfer after the USB device is removed
Message-ID:  <bug-231076-19105-1fgzvaRatW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231076-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231076-19105@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231076

--- Comment #7 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
The private pointer is set when you submit a transfer. It basically means t=
hat
the transfer was never submitted. See:

libusb20_tr_set_priv_sc1(pxfer0, sxfer);

Do you have a printout for error codes in the completion function?

--HPS

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231076-19105-1fgzvaRatW>