Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
SPDX: use the Beerware identifier.
Update share/examples/* to properly install /usr/share/examples.As result of this, a new examples package is now created.Note, this is only effective with 'SHARED=copies' (the default),as the 'S
Update share/examples/* to properly install /usr/share/examples.As result of this, a new examples package is now created.Note, this is only effective with 'SHARED=copies' (the default),as the 'SHARED=symlinks' mechanism will create a symlink to thesource tree version of the file(s).Sponsored by: The FreeBSD Foundation
show more ...
- Use libusb20_strerror() function instead of custom usb_error() one.- Rename "aux.[ch]" to "util.[ch]" which is a more common name forutility functions and allows checkout on some non-FreeBSD syst
- Use libusb20_strerror() function instead of custom usb_error() one.- Rename "aux.[ch]" to "util.[ch]" which is a more common name forutility functions and allows checkout on some non-FreeBSD systemswhere the "aux.*" namespace is reserved.- Fix some compile warnings while at it.PR: usb/183728MFC after: 2 weeks
Add some examples about how to use FreeBSD's libusb20 in your owncode.