| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-10 | add quirks for Kensington Slimblade trackball via new vendor buttons |  thfr | 2 | -14/+30 |
| 2020-11-02 | Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4). |  tobhe | 1 | -2/+4 |
| 2020-07-09 | Some touchpads don't have the "maximum number of contacts" or |  jcs | 1 | -19/+17 |
| 2020-06-04 | HID parser could overflow if a malicious device (potentially USB) provided |  deraadt | 1 | -5/+8 |
| 2020-05-31 | add umstc(4) for Microsoft Surface Type Cover keyboards |  jcs | 1 | -1/+6 |
| 2020-02-10 | When walking the HID descriptor, even though we filter for hid_input |  patrick | 1 | -1/+3 |
| 2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys |  reyk | 1 | -1/+7 |
| 2019-11-08 | Add support for button 2 and 3 to imt(4). |  yasuoka | 2 | -8/+19 |
| 2018-09-05 | Back out 1.4, it broke things |  jcs | 1 | -5/+3 |
| 2018-09-01 | For touchscreen devices, use the first HUG_X/Y usage pages found |  jcs | 1 | -3/+5 |
| 2018-08-25 | Add umt(4) for USB Windows Precision Touchpad devices |  jcs | 2 | -4/+5 |
| 2018-08-25 | Move HID->bus constant conversion for HID report types out of ihidev |  jcs | 2 | -5/+14 |
| 2018-07-30 | define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stop |  jcs | 1 | -8/+6 |
| 2017-10-10 | hidmt: send input mode set report as 2 bytes, matches linux |  jcs | 2 | -5/+5 |
| 2017-10-10 | hidmt: add support for hybrid packet mode used by some touchpads |  jcs | 2 | -5/+29 |
| 2017-10-10 | hidmt: rename internal hidmt_input struct to hidmt_data, avoid clash |  jcs | 2 | -7/+7 |
| 2017-10-08 | Adapt hidmt to the MT interface of wsmouse, and add the compat-mode setup. |  bru | 2 | -50/+124 |
| 2017-05-30 | Use memmove() instead of memcpy(), buffers are overlapping. |  mpi | 1 | -2/+2 |
| 2017-05-12 | Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4) |  mpi | 1 | -14/+1 |
| 2017-05-10 | Make this compile with HIDKBD_DEBUG defined. |  mpi | 1 | -5/+5 |
| 2017-03-11 | Introduce a new knob to force the first USB keyboard as console input. |  mpi | 1 | -14/+1 |
| 2016-09-12 | Define for HUP_WACOM, missed in previous. |  mpi | 1 | -1/+2 |
| 2016-05-22 | Use the new input functions of wsmouse in mouse and touchscreen drivers. |  bru | 1 | -10/+13 |
| 2016-03-30 | Add support for multitouch input to wsmouse. |  bru | 1 | -10/+5 |
| 2016-02-10 | Permit negative x and y coordinates in mouse.scale for uts and ums. |  guenther | 1 | -3/+3 |
| 2016-01-20 | add hidmt, a HID-layer driver for multitouch touchpads that conform |  jcs | 4 | -3/+519 |
| 2016-01-20 | add hid_get_udata |  jcs | 2 | -7/+25 |
| 2016-01-08 | protect structs in hid.h with #ifdef _KERNEL, to allow inclusion in |  jcs | 1 | -1/+5 |
| 2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory |  jcs | 8 | -0/+2403 |