mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
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.c | ||
| evdev.h | ||
| evdev_mt.c | ||
| evdev_private.h | ||
| evdev_utils.c | ||
| input-event-codes.h | ||
| input.h | ||
| uinput.c | ||
| uinput.h | ||