diff options
Diffstat (limited to 'xorg-server/config/10-evdev.conf')
-rw-r--r-- | xorg-server/config/10-evdev.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xorg-server/config/10-evdev.conf b/xorg-server/config/10-evdev.conf new file mode 100644 index 000000000..7406f4ef2 --- /dev/null +++ b/xorg-server/config/10-evdev.conf @@ -0,0 +1,8 @@ +# +# Catch-all evdev loader for udev-based systems +# +Section "InputClass" + Identifier "evdev-catchall" + Driver "evdev" + MatchDevicePath "/dev/input/event*" +EndSection |