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