Search notes:

Linux kernel: input

libinput

libinput is an input stack for processes that need to provide events from commonly used input devices such as
A notable absent input device type is the joystick.

Wayland

libinput is not used directly by Wayland applications, rather it is used a an input stack used by the compositor.

X.Org

X applications use libinput indirectly through the custom xf86-input-libinput driver.

See also

Most of the drivers reside in drivers/input but some live in drivers/hid and drivers/platform.
drivers/input/input.c
/dev/input
/sys/class/input
include/uapi/linux/input-event-codes.h
Documentation/input/input.txt, Documentation/input/input-programming.txt, Documentation/input/input-programming.rst
The APT package xserver-xorg-input-synaptic provides an input driver for the X.Org X server to enable advanced features of the Synaptic Touchpad. The package contains the two binaries synclient and syndaemon.

Index