| 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-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-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 |
| 2019-08-07 | Add cdceem(4) driver, for virtual ethernet devices compliant | Edward Tomasz Napierala |
| 2018-06-01 | Set bDeviceClass properly for composite device (template 8). There should | Edward Tomasz Napierala |
| 2018-05-24 | Clarify that USB bus power consumption is measured in mA at 5V. | Edward Tomasz Napierala |
| 2018-05-23 | Centralize USB device mode bus power reporting, and add | Edward Tomasz Napierala |
| 2018-05-22 | Add new PIDs for Audio, CDCE, MTP, and Mass Storage, from | Edward Tomasz Napierala |
| 2018-05-21 | Add a somewhat ugly hack that makes OSX serial device node names | Edward Tomasz Napierala |
| 2018-05-21 | Improve description strings for USB device-mode serial ports. | Edward Tomasz Napierala |
| 2018-05-21 | Use USB Vendor Identifiers and Product Identifiers provided by V-USB | Edward Tomasz Napierala |
| 2018-05-19 | Fix whitespace; no functional changes. | Edward Tomasz Napierala |
| 2018-05-19 | Add #defines for vendor/product USB IDs. No functional changes. | Edward Tomasz Napierala |
| 2018-05-18 | Stop claiming the device-side USB serial interfaces talk Hayes AT. | Edward Tomasz Napierala |
| 2018-05-17 | Add a "multifunction" device side USB template, which provides mass | Edward Tomasz Napierala |
| 2018-05-17 | Fix off-by-one in usb_decode_str_desc(). Previously it would decode | Edward Tomasz Napierala |
| 2018-05-15 | Fix sysctl description. | Edward Tomasz Napierala |
| 2018-02-07 | Give USB template SYSUNINIT()'s a uniq name to avoid symbol name collision | Hans Petter Selasky |
| 2018-01-21 | Add missing manufacturer/serial number string descriptors. | Edward Tomasz Napierala |
| 2018-01-20 | Remove unused index. | Edward Tomasz Napierala |
| 2018-01-20 | Add missing SPDX tags; the rest of the license text is the same as in other | Edward Tomasz Napierala |
| 2018-01-20 | Add sysctls to control device side USB identifiers. This makes it | Edward Tomasz Napierala |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-10-15 | Replace some magic numbers in usb_template(4) code with #defines. | Edward Tomasz Napierala |
| 2016-09-05 | Resolve deadlock between device_detach() and usbd_do_request_flags() | Hans Petter Selasky |
| 2016-07-29 | Fix MTP description in the comment. | Edward Tomasz Napierala |
| 2016-05-02 | dev/usb: minor spelling fixes in comments. | Pedro F. Giffuni |
| 2015-06-03 | Fix spelling. | Hans Petter Selasky |
| 2015-06-01 | Add USB MIDI template for USB device side mode. | Hans Petter Selasky |
| 2015-01-13 | Add usb template SERIALNET allowing us to have both USB CDC Ethernet | Ruslan Bukin |
| 2014-08-05 | Add new USB phone descriptor template for USB device side mode. | Hans Petter Selasky |
| 2013-12-11 | USB method structures for USB controllers and USB pipes should be | Hans Petter Selasky |
| 2013-05-03 | - Add more defines to limit USB memory usage and number of allocations | Hans Petter Selasky |
| 2013-02-10 | - Move scratch data from the USB bus structure to the USB device structure | Hans Petter Selasky |
| 2013-01-30 | Use string literals in string descriptors for marginally | Hans Petter Selasky |
| 2013-01-30 | Provide one global language string descriptor for | Hans Petter Selasky |
| 2013-01-30 | Modify the FreeBSD USB kernel code so that it can be compiled directly | Hans Petter Selasky |
| 2013-01-28 | Remove some extra and not needed space characters. | Hans Petter Selasky |
| 2012-04-02 | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky |
| 2011-12-06 | Correct some bInterval USB template descriptor values. | Hans Petter Selasky |
| 2011-11-12 | Style change. | Hans Petter Selasky |
| 2011-06-23 | - Add some comments about the origin of some USB descriptors. | Hans Petter Selasky |
| 2011-06-23 | - Add more USB templates for various USB device classes | Hans Petter Selasky |
| 2011-02-09 | Minor cleanup: | Hans Petter Selasky |
| 2011-01-11 | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin |
| 2010-03-11 | isochronous endpoint descriptors should have two more bytes which are zero by | Andrew Thompson |
| 2010-03-11 | - make the usb_temp_setup() and usb_temp_unsetup() functions public so that | Andrew Thompson |