opnsense-src/sys/dev/usb/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
..
atp.c Fix unused variable warning in usb's atp.c 2022-07-29 20:31:06 +02:00
uep.c evdev: Remove useless "initial value" parameter from evdev_support_abs() 2021-01-08 02:18:41 +03:00
uhid.c uhid(4): Don't read-ahead from the USB IN endpoint. 2022-06-30 11:39:43 +02:00
uhid_snes.c Fix a common typo in man pages and src comments 2021-09-02 08:13:48 +02:00
ukbd.c evdev: Extend EVIOCGRAB ioctl scope to cover kbd interface 2022-12-24 11:33:27 +03:00
ums.c evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interface 2022-12-24 11:33:27 +03:00
usb_rdesc.h Factor-out hardware-independent part of USB HID support to new module 2021-01-08 02:18:42 +03:00
usbhid.c usbhid(4): Increase probe priority to BUS_PROBE_DEFAULT + 1 2022-12-24 11:33:27 +03:00
wmt.c wmt(4): Adapt to recent KPI changes 2021-09-22 02:36:18 +03:00
wsp.c wsp_intr_callback: eliminate write only variable h 2022-10-01 22:25:56 -06:00