blob: a9e65da8260202eea966f6ea4b336e873b928689 [file] [log] [blame]
Section "InputClass"
Identifier "non-core touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Option "SendCoreEvents" "false"
EndSection
Section "InputClass"
Identifier "Evdev for RNDPLUS TouchScreen"
MatchUSBID "2512:5003"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
# This should make X configure the device as pointer instead of keyboard
Option "IgnoreAbsoluteAxes" "false"
EndSection