xserver-multidpi/config/10-evdev.conf
Keith Packard 24952b7866 Install 10-evdev.conf in $(prefix)/etc/X11/xorg.conf.d under udev
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>
2010-04-01 23:59:36 -07:00

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