183088934a
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.
MFC with:
|
||
---|---|---|
.. | ||
cdev.c | ||
evdev_mt.c | ||
evdev_private.h | ||
evdev_utils.c | ||
evdev.c | ||
evdev.h | ||
input-event-codes.h | ||
input.h | ||
uinput.c | ||
uinput.h |