| 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-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh |
| 2021-01-08 | Factor-out hardware-independent part of USB HID support to new module | Vladimir Kondratyev |
| 2021-01-08 | Allow HID report descriptor parser to return more then 1 usage per item | Vladimir Kondratyev |
| 2021-01-08 | hid_locate: do not ignore constant items. | Vladimir Kondratyev |
| 2020-09-01 | usb: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-06-05 | USB HID descriptors may push/pop the current state to allow | Hans Petter Selasky |
| 2019-09-07 | Some newer HID devices have descriptors that are larger than 1k. Bump | Warner Losh |
| 2018-07-21 | Raise "Report Count" value limit in HID descriptor parser. | Vladimir Kondratyev |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-08-19 | Add support for generic MS Windows 7/8/10-compatible USB HID touchscreens | Vladimir Kondratyev |
| 2016-05-02 | dev/usb: minor spelling fixes in comments. | Pedro F. Giffuni |
| 2016-02-23 | Be more verbose when truncating number of HID items. | Hans Petter Selasky |
| 2013-01-30 | Modify the FreeBSD USB kernel code so that it can be compiled directly | Hans Petter Selasky |
| 2013-01-10 | Fix detection of Razer Copperhead as a USB mouse. | Hans Petter Selasky |
| 2012-05-16 | HID Report ID is unsigned value, so clear the rest of bits from possible | Alexander Motin |
| 2012-04-02 | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky |
| 2011-07-04 | Make the USB keyboard driver more HID compliant. | Hans Petter Selasky |
| 2011-01-11 | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin |
| 2010-05-12 | Support getting signed and unsigned HID data. | Andrew Thompson |
| 2010-03-03 | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl |
| 2009-11-26 | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson |
| 2009-07-30 | USB CORE - Improve HID parsing | 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-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-21 | Don't clear last usage when a new HID item is found, it improves parsing of | Andrew Thompson |
| 2009-05-13 | Make sure collections have the usage field set. | Andrew Thompson |
| 2009-04-05 | MFp4 //depot/projects/usb@159995 | Andrew Thompson |
| 2009-03-20 | MFp4 //depot/projects/usb @159431,159437,159438 | Andrew Thompson |
| 2009-03-20 | MFp4 //depot/projects/usb @159430 | Andrew Thompson |
| 2009-03-13 | HID usage minimum can be equal to the maximum. | Andrew Thompson |
| 2009-03-12 | MFp4 //depot/projects/usb 159004,159053,159091 | Andrew Thompson |
| 2009-03-10 | Make sure HID has a default usage, this fixes recent mouse problems. | Andrew Thompson |
| 2009-03-08 | MFp4 //depot/projects/usb@158868 | Andrew Thompson |
| 2009-02-24 | MFp4 //depot/projects/usb; 157814, 157863, 157868 | Andrew Thompson |
| 2009-02-23 | Move the new USB stack into its new home. | Andrew Thompson |