| Age | Commit message (Expand) | Author |
| 2025-03-04 | usb: Kill left-over cdefs.h includes | Warner Losh |
| 2023-08-17 | Remove my middle name. | Dag-Erling Smørgrav |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-05-06 | usb: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2021-01-08 | hid: Chase for HID function name changes in existing USB HID drivers | Vladimir Kondratyev |
| 2021-01-08 | Factor-out hardware-independent part of USB HID support to new module | Vladimir Kondratyev |
| 2020-09-01 | usb: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2015-12-11 | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh |
| 2012-08-15 | Revert r239178 and implement two new functions, namely | Hans Petter Selasky |
| 2012-08-10 | Remove unused structure field. | Hans Petter Selasky |
| 2012-08-10 | Take advantage of new UCOM and bus functionality so that | Hans Petter Selasky |
| 2012-04-02 | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky |
| 2012-01-15 | Convert files to UTF-8 | Ulrich Spörlein |
| 2011-06-24 | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky |
| 2011-01-11 | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin |
| 2010-11-05 | Implement ucom_set_pnpinfo_usb() providing ttyname and port number | Nick Hibma |
| 2010-11-03 | - Simplify the way unit/subunit allocation is done in ucom. | Nick Hibma |
| 2010-09-01 | Add missing MODULE_VERSION() definitions, this resolves problems around | Andrew Thompson |
| 2009-11-26 | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson |
| 2009-09-28 | Add experimental support for usb serial console and polled mode during DDB. | Andrew Thompson |
| 2009-06-23 | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson |
| 2009-06-15 | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson |
| 2009-05-29 | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson |
| 2009-05-28 | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson |
| 2009-05-21 | - rename usb2_mode to usb_mode [1] | Andrew Thompson |
| 2009-04-05 | MFp4 //depot/projects/usb@159909 | Andrew Thompson |
| 2009-03-20 | MFp4 //depot/projects/usb@159517 | Andrew Thompson |
| 2009-03-20 | MFp4 //depot/projects/usb @159375,159376,159377 | Andrew Thompson |
| 2009-03-02 | Rename the ushub device class back to uhub as it was in the old usb stack, | Andrew Thompson |
| 2009-03-02 | Move the serial drivers from Giant to using their own mutexs. | Andrew Thompson |
| 2009-02-23 | Move the new USB stack into its new home. | Andrew Thompson |