| Age | Commit message (Expand) | Author |
| 2025-03-04 | usb: Kill left-over cdefs.h includes | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh |
| 2022-05-06 | usb: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2022-04-02 | ulpt(4): Add support for Epson TM-U220B. | Hans Petter Selasky |
| 2021-08-20 | Fully revert f83f5d58394db57576bbed6dc7531997cabeb102 for the sys/dev/usb/serial | Hans Petter Selasky |
| 2021-07-15 | Send a zero-length-packet first when opening a BULK endpoint for USB serial | Hans Petter Selasky |
| 2020-09-01 | usb: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-02-15 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) | Pawel Biernacki |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-05-02 | dev/usb: minor spelling fixes in comments. | Pedro F. Giffuni |
| 2015-12-11 | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh |
| 2015-01-05 | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | 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 |
| 2011-11-07 | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten |
| 2011-06-24 | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky |
| 2011-03-03 | - Remove dependency to ucom from ulpt. | Hans Petter Selasky |
| 2011-01-11 | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin |
| 2010-09-01 | Add missing MODULE_VERSION() definitions, this resolves problems around | Andrew Thompson |
| 2010-04-22 | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | Andrew Thompson |
| 2010-03-03 | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl |
| 2009-07-30 | ULPT: | Alfred Perlstein |
| 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 the usb sysctl tree from hw.usb2.* back to hw.usb.*. | 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-17 | MFp4 //depot/projects/usb 159225,159241,159292 | 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-27 | Change USB over to make_dev() for all device nodes, previously it hooked into | Andrew Thompson |
| 2009-02-23 | Move the new USB stack into its new home. | Andrew Thompson |