mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -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:
|
||
|---|---|---|
| .. | ||
| atp.c | ||
| uep.c | ||
| uhid.c | ||
| uhid_snes.c | ||
| ukbd.c | ||
| ums.c | ||
| usb_rdesc.h | ||
| usbhid.c | ||
| wmt.c | ||
| wsp.c | ||