aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/config/10-evdev.conf
blob: 7406f4ef21247dc17e567727d29f3673a723889c (plain)
1
2
3
4
5
6
7
8
#
# Catch-all evdev loader for udev-based systems
#
Section "InputClass"
        Identifier "evdev-catchall"
        Driver "evdev"
        MatchDevicePath "/dev/input/event*"
EndSection