mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 00:50:09 +01:00
udev needs some xorg.conf file to tell it to load a suitable input driver, 10-evdev.conf is as simple as they come, mapping all evdev devices to the evdev driver. Signed-off-by: Keith Packard <keithp@keithp.com>
8 lines
187 B
Text
8 lines
187 B
Text
#
|
|
# Catch-all evdev loader for udev-based systems
|
|
#
|
|
Section "InputClass"
|
|
Identifier "evdev-catchall"
|
|
Driver "evdev"
|
|
MatchDevicePath "/dev/input/event*"
|
|
EndSection
|