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

--- Comment #6 from Ludovic Rousseau <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to