[Bug 231264] libusb DPRINTF(ctx, LIBUSB_DEBUG_TRANSFER, "sync I/O done"); does not work in libusb10_do_transfer_cb()
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 14 12:20:20 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231264
--- Comment #6 from Ludovic Rousseau <ludovic.rousseau+freebsd at gmail.com> ---
This new patch works for me.
I would like to be able to have LIBUSB_DEBUG_FUNCTION *and*
LIBUSB_DEBUG_TRANSFER logs.
This is easy to do using:
libusb_set_debug(ctx, LIBUSB_DEBUG_FUNCTION | LIBUSB_DEBUG_TRANSFER);
and the attached patch.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-usb
mailing list