summaryrefslogtreecommitdiff
path: root/60-cando-evdevmultitouch.conf
diff options
context:
space:
mode:
Diffstat (limited to '60-cando-evdevmultitouch.conf')
-rw-r--r--60-cando-evdevmultitouch.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/60-cando-evdevmultitouch.conf b/60-cando-evdevmultitouch.conf
new file mode 100644
index 0000000..3d6657f
--- /dev/null
+++ b/60-cando-evdevmultitouch.conf
@@ -0,0 +1,17 @@
+Section "Monitor"
+ Identifier "Monitor0"
+ Option "DPMS" "true"
+ Option "Rotate" "left"
+EndSection
+
+Section "InputClass"
+ Identifier "Cando Multi Touch Panel"
+ MatchVendor "Cando"
+ MatchDevicePath "/dev/input/event*"
+ Driver "evdevmultitouch"
+ Option "Ignore" "off"
+ Option "MultiTouch" "2"
+ Option "Resolution" "0 4095 0 4095
+ Option "SwapAxes" "true"
+ Option "InvertX" "true"
+EndSection