| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | Factor-out hardware-independent part of USB HID support to new module | Vladimir Kondratyev | 2021-01-07 | 1 | -861/+0 |
| * | Allow HID report descriptor parser to return more then 1 usage per item | Vladimir Kondratyev | 2021-01-07 | 1 | -12/+27 |
| * | hid_locate: do not ignore constant items. | Vladimir Kondratyev | 2021-01-07 | 1 | -1/+1 |
| * | usb: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
| * | USB HID descriptors may push/pop the current state to allow | Hans Petter Selasky | 2020-06-05 | 1 | -26/+26 |
| * | Some newer HID devices have descriptors that are larger than 1k. Bump | Warner Losh | 2019-09-07 | 1 | -1/+1 |
| * | Raise "Report Count" value limit in HID descriptor parser. | Vladimir Kondratyev | 2018-07-21 | 1 | -9/+9 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Add support for generic MS Windows 7/8/10-compatible USB HID touchscreens | Vladimir Kondratyev | 2017-08-19 | 1 | -0/+74 |
| * | dev/usb: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-02 | 1 | -1/+1 |
| * | Be more verbose when truncating number of HID items. | Hans Petter Selasky | 2016-02-23 | 1 | -1/+2 |
| * | Modify the FreeBSD USB kernel code so that it can be compiled directly | Hans Petter Selasky | 2013-01-30 | 1 | -4/+5 |
| * | Fix detection of Razer Copperhead as a USB mouse. | Hans Petter Selasky | 2013-01-10 | 1 | -0/+76 |
| * | HID Report ID is unsigned value, so clear the rest of bits from possible | Alexander Motin | 2012-05-16 | 1 | -1/+1 |
| * | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -2/+2 |
| * | Make the USB keyboard driver more HID compliant. | Hans Petter Selasky | 2011-07-04 | 1 | -0/+37 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | Support getting signed and unsigned HID data. | Andrew Thompson | 2010-05-12 | 1 | -4/+20 |
| * | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-03 | 1 | -7/+0 |
| * | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson | 2009-11-26 | 1 | -4/+4 |
| * | USB CORE - Improve HID parsing | Alfred Perlstein | 2009-07-30 | 1 | -3/+61 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -4/+22 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -7/+7 |
| * | Revert the size_t part of the last commit for the moment, this blows up the | Andrew Thompson | 2009-05-30 | 1 | -5/+5 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -8/+8 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 1 | -7/+7 |
| * | Don't clear last usage when a new HID item is found, it improves parsing of | Andrew Thompson | 2009-05-21 | 1 | -3/+0 |
| * | Make sure collections have the usage field set. | Andrew Thompson | 2009-05-13 | 1 | -3/+9 |
| * | MFp4 //depot/projects/usb@159995 | Andrew Thompson | 2009-04-05 | 1 | -1/+3 |
| * | MFp4 //depot/projects/usb @159431,159437,159438 | Andrew Thompson | 2009-03-20 | 1 | -5/+5 |
| * | MFp4 //depot/projects/usb @159430 | Andrew Thompson | 2009-03-20 | 1 | -1/+0 |
| * | HID usage minimum can be equal to the maximum. | Andrew Thompson | 2009-03-13 | 1 | -1/+1 |
| * | MFp4 //depot/projects/usb 159004,159053,159091 | Andrew Thompson | 2009-03-12 | 1 | -18/+38 |
| * | Make sure HID has a default usage, this fixes recent mouse problems. | Andrew Thompson | 2009-03-10 | 1 | -6/+7 |
| * | MFp4 //depot/projects/usb@158868 | Andrew Thompson | 2009-03-08 | 1 | -120/+202 |
| * | MFp4 //depot/projects/usb; 157814, 157863, 157868 | Andrew Thompson | 2009-02-24 | 1 | -33/+70 |
| * | Move the new USB stack into its new home. | Andrew Thompson | 2009-02-23 | 1 | -0/+582 |