summaryrefslogtreecommitdiff
path: root/sys/dev/hid
AgeCommit message (Expand)Author
2022-03-13hid: Avoid arithmetic overflow by rearranging inequalities.riastradh
2021-09-22wscons: add definitions for BÉPO, a standardized, Dvorak-style optimizednia
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-21need <sys/param.h> for COHERENCY_UNITskrll
2021-05-11wscons: add support for the Neo 2 German keyboard layoutnia
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-08-29provide KB_APPLE layout variant which uses Command-F* to switch console screensmacallan
2020-08-26for jp keymap map also scan code 49 to right bracket to handle ARCHISS modeljdolecek
2020-07-13Canadian French keyboard layout for ukbd/pckbdnia
2020-07-13Add keyboard layout for Latin American Spanish to ukbd/pckbdnia
2020-07-12Add Icelandic keyboard layout to ukbd/pckbd.nia
2020-07-12Add KB_TR for uhid keyboards (it was PS/2 only, this seems wrong)nia
2020-07-12Add Estonian layout as a variation of Swedish for ukbd and pckbdnia
2020-07-12Bring br.nodead closer to X11nia
2020-07-12Add support for the Brazilian keyboard layout to pckbd and ukbd.nia
2020-04-24For usb keyboards with encoding *.swapctrlcaps, keep KS_Cmd1 on the samerhialto
2020-03-11 Use unsgined more.msaitoh
2020-03-08Use unsigned to avoid undefined behavior. Found by kUBSan.msaitoh
2020-03-02Add fido constants, and turn hid "raw" mode for fido devices.christos
2020-01-11Support the combination of KB_SWAPCTRLCAPS and UK layout.nia
2020-01-01Fix small read overflows when parsing HID tables. Noticed by kASan themaxv
2019-07-10hidms depends on tpcalib nowmartin
2019-07-09Enable finger touch panel of HP Spectre x360 13-inch ae019TUryoon
2019-07-09Add tpcalib, touch panel calibration to ims(4)ryoon
2018-11-15Correctly handle signed/unsigned quantities in kernel HID parser.jakllsch
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-05-25Fix HIDMS_DEBUG buildryoon
2017-12-10Fix fallout from hid factorisation:bouyer
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer