summaryrefslogtreecommitdiff
path: root/sys/dev/hid/hkbd.c
AgeCommit message (Expand)Author
2025-08-23hkbd: fix compliation error for GENERICShengYi Hung
2025-08-23hkbd: remove erorr detection in KDSKBSTATE ioctlShengYi Hung
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-03hidbus(4): Use generic hid methods to start and stop interruptsVladimir Kondratyev
2023-07-06kbd: consolidate kb interfaces (phase one)Michael
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-02-14sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer
2023-02-06Support Unicode characters in keymap dead key tablesStefan Eßer
2022-11-19evdev: Extend EVIOCGRAB ioctl scope to cover kbd interfaceVladimir Kondratyev
2022-05-06hid: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-09-10hkbd(4): Fix build on 32bit platformsVladimir Kondratyev
2021-09-10hkbd(4): Fix key repeats on multireport keyboardsVladimir Kondratyev
2021-09-10hkbd(4): Use bitstring(3) KPI for key bitmaps processing.Vladimir Kondratyev
2021-09-10hkbd(4): Reduce diff with ukbd(4)Vladimir Kondratyev
2021-04-24hkbd: Fix typo which disables keyboard input in kdbVladimir Kondratyev
2021-03-04hid: add opt_hid.h to modules that use HID_DEBUGVladimir Kondratyev
2021-02-13hkbd: Fix handling of keyboard ErrorRollOver reportsVladimir Kondratyev
2021-01-14hid: Add missing input enter/exit epoch pairs.Vladimir Kondratyev
2021-01-08hkbd(4): Split driver lock on interrupt and syscons locksVladimir Kondratyev
2021-01-08hid: Port ukbd to HID and attach to buildVladimir Kondratyev
2021-01-08hid: Copy ukbd(4) to HID subsystem.Vladimir Kondratyev