]> git.plutz.net Git - rpi_small/blob - 45-evdev.conf
6d18181f5d9762747ca61fc79b572b2deb018e19
[rpi_small] / 45-evdev.conf
1 Section "InputClass"
2         Identifier "evdev touchscreen catchall"
3         MatchIsTouchscreen "on"
4         Option  "Calibration"   "200 3950 250 4000"
5         MatchDevicePath "/dev/input/event*"
6         Driver "evdev"
7 EndSection