Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2018 12:20:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 231264] libusb DPRINTF(ctx, LIBUSB_DEBUG_TRANSFER, "sync I/O done"); does not work in libusb10_do_transfer_cb()
Message-ID:  <bug-231264-19105-flFo8Y8IaH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231264-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231264-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=231264

--- Comment #6 from Ludovic Rousseau <ludovic.rousseau+freebsd@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.


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