xserver/config/10-evdev.conf

9 lines
187 B
Plaintext

#
# Catch-all evdev loader for udev-based systems
#
Section "InputClass"
Identifier "evdev-catchall"
Driver "evdev"
MatchDevicePath "/dev/input/event*"
EndSection