Change synaptics conf param to support multitouch for geek
[profile/mobile/device-config-touch.git] / 60-cando-evdevmultitouch.conf
1 Section "Monitor"
2         Identifier      "Monitor0"
3         Option  "DPMS"  "true"
4         Option  "Rotate"        "left"
5 EndSection
6
7 Section "InputClass"
8         Identifier              "Cando Multi Touch Panel"
9         MatchVendor             "Cando"
10         MatchDevicePath         "/dev/input/event*"
11         Driver                  "evdevmultitouch"
12         Option                  "Ignore"                "off"
13         Option                  "MultiTouch"            "2"
14         Option                  "Resolution"            "0 4095 0 4095
15         Option                  "SwapAxes"              "true"
16         Option                  "InvertX"               "true"
17 EndSection