| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c comment pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2020-12-16 | Use more standard types for manipulating pointers. | John Baldwin |
| 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 |
| 2016-09-14 | Improve USB polling mode by not locking any mutexes, asserting any | Hans Petter Selasky |
| 2015-02-02 | Section 3.2.9 in the XHCI specification about control transfers says | Hans Petter Selasky |
| 2014-05-18 | - Add softc pointer argument to FIFO functions as an optimisation. | Hans Petter Selasky |
| 2014-03-14 | Workaround for USB MIDI adapters which use non-supported values of | Hans Petter Selasky |
| 2013-01-30 | Provide one global language string descriptor for | Hans Petter Selasky |
| 2012-08-12 | Add support for the so-called streams feature of BULK endpoints | Hans Petter Selasky |
| 2009-11-22 | Improve High Speed slot allocation mechanism by moving the computation to the | Andrew Thompson |
| 2009-11-08 | improve support for high speed isochronous endpoints which does not run 1:1, | Andrew Thompson |
| 2009-11-01 | Fix a corner case where usbd_transfer_drain() can return too early if the | Andrew Thompson |
| 2009-06-23 | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson |
| 2009-06-15 | Fix _USB2_* refernces in the header protection defines. | Andrew Thompson |
| 2009-06-15 | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson |
| 2009-06-15 | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | Andrew Thompson |
| 2009-06-12 | Minor device side improvement. Make sure a not complete state gets paired with | Andrew Thompson |
| 2009-06-08 | Change driver_info to a ulong as it always stores a number and remove the only | Andrew Thompson |
| 2009-06-07 | Rename usb pipes to endpoints as it better represents what they are, and struct | Andrew Thompson |
| 2009-05-30 | Revert the size_t part of the last commit for the moment, this blows up the | 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-27 | Allocate the usb serial, manufacturer and product strings rather than use char | Andrew Thompson |
| 2009-05-21 | Improve device mode (gadget) stall handling. | Andrew Thompson |
| 2009-05-21 | Use enums for speed and rev data types. | Andrew Thompson |
| 2009-05-21 | - rename usb2_mode to usb_mode [1] | Andrew Thompson |
| 2009-05-13 | Add parenthesis around the xfer macro argument. | Andrew Thompson |
| 2009-05-05 | Revert part of r191494 which used the udev state to mark suspending, this needs | Andrew Thompson |
| 2009-04-25 | Make the state string descriptions public. | Andrew Thompson |
| 2009-04-25 | Track the usb device state as its powered on, addressed and configured. This ... | Andrew Thompson |
| 2009-04-22 | MFp4 //depot/projects/usb@160930 | Andrew Thompson |
| 2009-04-06 | Provide a better commit log for r190735, forced by making a whitespace change. | Andrew Thompson |
| 2009-04-05 | MFp4 //depot/projects/usb@159922 | Andrew Thompson |
| 2009-04-05 | MFp4 //depot/projects/usb@159909 | Andrew Thompson |
| 2009-03-20 | MFp4 //depot/projects/usb | Andrew Thompson |
| 2009-03-20 | MFp4 //depot/projects/usb @159431,159437,159438 | Andrew Thompson |
| 2009-03-20 | MFp4 //depot/projects/usb@159392 | Andrew Thompson |
| 2009-03-20 | MFp4 //depot/projects/usb @159430 | Andrew Thompson |
| 2009-03-09 | MFp4 //depot/projects/usb 158942,158948 | Andrew Thompson |
| 2009-02-27 | Change USB over to make_dev() for all device nodes, previously it hooked into | Andrew Thompson |
| 2009-02-24 | MFp4 //depot/projects/usb@157853 | Andrew Thompson |
| 2009-02-23 | Move the new USB stack into its new home. | Andrew Thompson |