summaryrefslogtreecommitdiff
path: root/60-mxt224-evdevmultitouch.conf
diff options
context:
space:
mode:
Diffstat (limited to '60-mxt224-evdevmultitouch.conf')
-rw-r--r--60-mxt224-evdevmultitouch.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/60-mxt224-evdevmultitouch.conf b/60-mxt224-evdevmultitouch.conf
new file mode 100644
index 0000000..5872dd0
--- /dev/null
+++ b/60-mxt224-evdevmultitouch.conf
@@ -0,0 +1,9 @@
+Section "InputClass"
+ Identifier "Atmel maXTouch mXT224"
+ MatchProduct "mxt224_touchscreen"
+ MatchDevicePath "/dev/input/event*"
+ Driver "evdevmultitouch"
+ Option "MultiTouch" "5"
+ Option "Resolution" "0 600 0 1024"
+ Option "Calibration" "0 1023 0 1023"
+EndSection