Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Sep 2018 16:56:26 +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-snAQrOFmU9@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 #4 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
>I added a call to libusb_set_debug(ctx, LIBUSB_LOG_LEVEL_DEBUG); in my cod=
e but
>I don't see more debug.
>I see that libusb uses DPRINTF(). How can I get the generated log messages?

        LIBUSB_DEBUG_NO=3D0,
        LIBUSB_DEBUG_FUNCTION=3D1,
        LIBUSB_DEBUG_TRANSFER=3D2,

Try using one of the above arguments when calling libusb_set_debug().

--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-snAQrOFmU9>