diff --git a/packages/x11/driver/xf86-input-evdev/config/00-input-evdev.conf b/packages/x11/driver/xf86-input-evdev/config/00-input-evdev.conf new file mode 100644 index 0000000000..b818a7b4a7 --- /dev/null +++ b/packages/x11/driver/xf86-input-evdev/config/00-input-evdev.conf @@ -0,0 +1,6 @@ +# Catchall class for input devices + +Section "InputClass" + Identifier "evdev catchall" + Driver "evdev" +EndSection diff --git a/packages/x11/driver/xf86-input-evdev/config/99-input-default.conf b/packages/x11/driver/xf86-input-evdev/config/99-input-default.conf deleted file mode 100644 index 08c1e939e5..0000000000 --- a/packages/x11/driver/xf86-input-evdev/config/99-input-default.conf +++ /dev/null @@ -1,5 +0,0 @@ -Section "InputClass" - Identifier "default" - Driver "evdev" -EndSection -