| Age | Commit message (Expand) | Author |
| 2022-09-16 | Cast to uint32_t to avoid undefined behavior in UGETDW(). Found by kUBSan. | msaitoh |
| 2022-04-17 | usbdi(9): Restore usb_descriptor_t to its correct definition. | riastradh |
| 2021-10-11 | Update USB_PORT_RESET_RECOVERT to comply with the USB 2.0 specification | jmcneill |
| 2019-08-23 | avoid using old bsd types (u_int etc) so that this compiles with | mrg |
| 2019-08-07 | Introduce USB_DESCRIPTOR_SIZE (3), and fix two bugs: | maxv |
| 2018-07-31 | Add a port of the umb(4) driver from OpenBSD | khorben |
| 2017-01-19 | Pull across xhci(4) improvemnts from nick-nhusb | skrll |
| 2016-09-17 | Update from t-hash with some changes from me. | skrll |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2015-03-26 | Various usb 3 related changes from Takahiro HAYASHI | skrll |
| 2014-11-08 | Add more structs and defines from various sources including FreeBSD, | skrll |
| 2014-09-12 | Improve USB debugging with USBHIST based on KERNHIST. | skrll |
| 2014-08-12 | Add a UPS_SUPER_SPEED. From Takahiro HAYASHI. | skrll |
| 2014-08-12 | Add XHCI_DEBUG. From Takahiro HAYASHI with tweaks from me. | skrll |
| 2014-08-12 | Define AXEN_DEBUG. From Takahiro HAYASHI. | skrll |
| 2013-11-01 | DOTG is dead. Long live DWC2. | skrll |
| 2013-09-13 | A few more USB 3.0 constants. | jakllsch |
| 2013-08-21 | Add UDESC_SSHUB and UDPROTO_SSHUB constants from USB 3.0. | jakllsch |
| 2013-04-05 | Add a UPS_C_PORT_L1 define | skrll |
| 2013-04-05 | Add a UPS_PORT_L1 define | skrll |
| 2013-03-21 | Add some defines from the USB 2.0 specification and suppliments. Also, | skrll |
| 2013-01-13 | Add DWC_OTG_DEBUG | skrll |
| 2013-01-09 | USTIR_DEBUG_IOCTLS doesnt compile, and depends on a missing member in struct ... | jmcneill |
| 2013-01-07 | more debug flags. | christos |
| 2013-01-05 | fix debug variables. | christos |
| 2012-08-24 | Fix typos | msaitoh |
| 2012-06-14 | Add the CDC protocol identifier "no class specific protocol required" | blymn |
| 2012-03-06 | pull down from usbmp: | mrg |
| 2011-08-23 | defopt UMASS_DEBUG | christos |
| 2011-07-20 | Add UIPROTO_RNDIS. | jakllsch |
| 2011-01-18 | Add preliminary support for Embedded Transaction Translator Function (as | matt |
| 2010-12-25 | Add missing semicolon. | wiz |
| 2010-12-25 | add USB interface assoc descriptor (IAD) info | jmcneill |
| 2010-11-19 | Added UIPROTO_MOUSE for HID-class. | phx |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-06-02 | Add symbolic constant for number of USB 2.0 microframes per frame. | jakllsch |
| 2010-05-15 | Add Debug Descriptor structures and constants, | jakllsch |
| 2010-03-06 | add UHSO_DEBUG for uhso(4) driver | plunky |
| 2009-09-04 | Extract some definitions from usb_port.h and put them into usb.h. | dyoung |
| 2008-08-02 | High speed isochronous transfer support, from Jeremy Morse as part of | jmcneill |
| 2008-06-18 | USB video class definitions, from Patrick Mahoney for GSoC 2008. | jmcneill |
| 2008-05-26 | some cleanup: | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-02-26 | -remove "bDescriptorSubtype" from usb_descriptor_t - this is not part | drochner |
| 2007-01-19 | Kill the "bus powered" bit in the configuration descriptor. This doesn't | drochner |
| 2006-12-03 | Restore compatibility of USB_DEVICEINFO ioctl and reads from /dev/usb with | pavel |
| 2006-07-24 | Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request read | gdt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-02 | Use UTF8 to encode strings read from the device (instead of using '?' for | augustss |