freebsd-dev/sys/dev/evdev
Oleksandr Tymoshenko fa26e8edee Declare a module for evdev and add dependency to ukbd(4) and ums(4)
Prepare for making evdev a module. "Pure" evdev device drivers (like
touchscreen) and evdev itself can be built as a modules regardless of
"options EVDEV" in kernel config. So if people does not require evdev
functionality in hybrid drivers like ums and ukbd they can, for instance,
kldload evdev and utouchscreen to run FreeBSD in kiosk mode.
2016-09-30 21:04:56 +00:00
..
cdev.c
evdev_mt.c
evdev_private.h
evdev_utils.c
evdev.c Declare a module for evdev and add dependency to ukbd(4) and ums(4) 2016-09-30 21:04:56 +00:00
evdev.h
input-event-codes.h
input.h
uinput.c
uinput.h