https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231264
--- Comment #6 from Ludovic Rousseau <ludovic.rousseau+free...@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. _______________________________________________ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"