libusb: Remove two bogus vars from the Makefile.
Fix various typos: a -> an
world/kernel: Use the rounddown2() macro in various places.Tested-by: zrj
libusb/libz: Install *.pc files (for dports) using FILES and FILESDIR.
Use .Fn for function names in some manual pages.
libusb: Put MLINKS before the <bsd.lib.mk> inclusion in the Makefile.
libusb: Use more common "vendor product" order.While there, make sure that "vendor product" would take only half ofthe usb_desc field that is 96 chars long.
Resolve issue with libusb C++ header file inclusion.Taken-From: FreeBSD (svn r302171)
Implement libusb_hotplug_register_callback() and _deregister_callback(). Implement libusb_hotplug_register_callback() and libusb_hotplug_deregister_callback() for the LibUSB v1.0 API and updat
Implement libusb_hotplug_register_callback() and _deregister_callback(). Implement libusb_hotplug_register_callback() and libusb_hotplug_deregister_callback() for the LibUSB v1.0 API and update the libusb(3) manual page.Taken-From: FreeBSD (svn r302080)
show more ...
Remove unnecessary whitespace in macro arguments in some manual pages.
libusb: Use the right include file.
libusb: Sync with FreeBSD.
libusb20.3: Add missing function type.
libusb{,20}.3: Add libusb to mdoc.local and adjust LIBRARY section.
Add missing includes for prototypes in various manual pages.
Sort SEE ALSO in libusb20.3 and environ.7
Fix a number of typos in messages and manual pages.
libusb20.3: uint61_t -> uint16_t
libusb: add libusb_log_level enumThis is documented on http://libusb.sourceforge.net/api-1.0/group__lib.html
Fix a couple of mdoc issues in libusb.3 and usbdi.9.
libusb20.3: Remove a reference to a (yet?) non-existent module.
Sync libusb with FreeBSD.
Fix SEE ALSO sorting order in some manual pages.
usb4bsd/libusb: Remove an unused variable and mark a dummy variable unused.
usb4bsd: Pull up libusb and usbcontrol to FreeBSD current's.I stopped before their recent streams commit.
12