opnsense-src/sys/dev/hyperv/input
Vladimir Kondratyev 017cb70bec evdev: Extend EVIOCGRAB ioctl scope to cover kbd interface
of various keyboard drivers.
EVIOCGRAB ioctl execution on /dev/input/event# device node gains
exclusive access to this device to caller. It is used mostly for
development purposes and remote control software. See e.g.
https://reviews.freebsd.org/D30020 which is the reason of creation
of this change.
Keyboard grabbing is disabled in KDB and during panics.

(cherry picked from commit 183088934a)
2022-12-24 11:33:27 +03:00
..
hv_kbd.c evdev: Extend EVIOCGRAB ioctl scope to cover kbd interface 2022-12-24 11:33:27 +03:00
hv_kbdc.c hyperv/input: Remove unnecessary inclusion. 2017-06-30 03:01:22 +00:00
hv_kbdc.h hv_kbd: Add support for K_XLATE and K_CODE modes for gen 2 VMs 2022-12-24 11:10:02 +03:00