Age | Commit message (Expand) | Author |
2024-10-21 | Correctly report print screen key in raw mode (i.e. under X); problem | Miod Vallat |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ krw@ | Jonathan Gray |
2024-07-02 | Support numpad on newer macppc Apple PowerBooks | George Koehler |
2024-05-10 | Make the kernel compile also when turning on debugging. | Marcus Glocker |
2024-01-03 | Enable Apple brightness keys also for archs other than macppc. | Tobias Heider |
2023-11-30 | Make sure we don't process garbage data as keypresses if the device sends a | Miod Vallat |
2023-11-22 | Add support for keyboard backlight hotkeys in wskbd and hook up macppc apple | Tobias Heider |
2023-08-12 | Better uwacom(4) support for Intuos S and One S tablets; most of the work | Miod Vallat |
2023-07-09 | Add suspend key support in wskbd and make it work on Apple ARM laptops. | Tobias Heider |
2022-11-14 | include sys/device.h, on some architectures this gets pulled in, but others | Theo de Raadt |
2022-11-11 | Debug was accidentally left enabled in previous commit. | Matthieu Herrb |
2022-11-11 | Add icc(4) to handle Customer Control keyboards attached to i2c bus. | Matthieu Herrb |
2022-11-11 | ihidev can pass a buffer larger than the size of the claimed input | Anton Lindqvist |
2022-11-11 | Extract the HID specific pieces from ucc(4) into hidcc. First steps | Anton Lindqvist |
2022-11-09 | translate Fn+(1-10,-,=) keys to F1-F12 on M1 laptops with a touchbar | Robert Nagy |
2022-10-16 | Improve the clickpad/touchpad detection in hidmt. | Ulf Brosziewski |
2022-09-16 | move most of the key combination translation code out of ukbd(4) | Robert Nagy |
2022-06-16 | Add boundary checks to hidms_setup. | Ulf Brosziewski |
2022-05-20 | Rename hid_none to hid_all as it represents all possible hid kinds by | Anton Lindqvist |
2022-05-20 | uhid_maxrepid() is currently not able to observe all report IDs as it | Anton Lindqvist |
2022-01-09 | spelling | Jonathan Gray |
2021-09-01 | Add support for the more rare volume usage which differs compared to the | Anton Lindqvist |
2021-08-20 | add consumer control hid usages, will be used by ucc(4) | anton |
2021-06-10 | Don't skip mouse attachment if an otherwise qualified report doesn't | Joshua Stein |
2021-01-10 | add quirks for Kensington Slimblade trackball via new vendor buttons | thfr |
2020-11-02 | Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4). | tobhe |
2020-07-09 | Some touchpads don't have the "maximum number of contacts" or | Joshua Stein |
2020-06-04 | HID parser could overflow if a malicious device (potentially USB) provided | Theo de Raadt |
2020-05-31 | add umstc(4) for Microsoft Surface Type Cover keyboards | Joshua Stein |
2020-02-10 | When walking the HID descriptor, even though we filter for hid_input | Patrick Wildt |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-11-08 | Add support for button 2 and 3 to imt(4). | YASUOKA Masahiko |
2018-09-05 | Back out 1.4, it broke things | Joshua Stein |
2018-09-01 | For touchscreen devices, use the first HUG_X/Y usage pages found | Joshua Stein |
2018-08-25 | Add umt(4) for USB Windows Precision Touchpad devices | Joshua Stein |
2018-08-25 | Move HID->bus constant conversion for HID report types out of ihidev | Joshua Stein |
2018-07-30 | define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stop | Joshua Stein |
2017-10-10 | hidmt: send input mode set report as 2 bytes, matches linux | Joshua Stein |
2017-10-10 | hidmt: add support for hybrid packet mode used by some touchpads | Joshua Stein |
2017-10-10 | hidmt: rename internal hidmt_input struct to hidmt_data, avoid clash | Joshua Stein |
2017-10-08 | Adapt hidmt to the MT interface of wsmouse, and add the compat-mode setup. | Ulf Brosziewski |
2017-05-30 | Use memmove() instead of memcpy(), buffers are overlapping. | Martin Pieuchot |
2017-05-12 | Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4) | Martin Pieuchot |
2017-05-10 | Make this compile with HIDKBD_DEBUG defined. | Martin Pieuchot |
2017-03-11 | Introduce a new knob to force the first USB keyboard as console input. | Martin Pieuchot |
2016-09-12 | Define for HUP_WACOM, missed in previous. | Martin Pieuchot |
2016-05-22 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-03-30 | Add support for multitouch input to wsmouse. | Ulf Brosziewski |
2016-02-10 | Permit negative x and y coordinates in mouse.scale for uts and ums. | Philip Guenther |
2016-01-20 | add hidmt, a HID-layer driver for multitouch touchpads that conform | Joshua Stein |