Change input driver to evdevmultitouch
authorAustin Zhang <austin.zhang@intel.com>
Wed, 18 Jul 2012 03:36:20 +0000 (11:36 +0800)
committerAustin Zhang <austin.zhang@intel.com>
Wed, 18 Jul 2012 03:46:36 +0000 (11:46 +0800)
Change input driver for Atmel mxt224 panel to evdev-multitouch so
that we use same way to support multitouch

Note: this commit has dependency on driver change commit, otherwise
the X will fail to work without driver change accepted into.

Signed-off-by: Austin Zhang <austin.zhang@intel.com>
60-mxt224-evdevmultitouch.conf [moved from 60-mxt224-mtev.conf with 63% similarity]
packaging/device-config-touch.changes
packaging/device-config-touch.spec

similarity index 63%
rename from 60-mxt224-mtev.conf
rename to 60-mxt224-evdevmultitouch.conf
index 2948e54..0980695 100644 (file)
@@ -2,6 +2,6 @@ Section "InputClass"
         Identifier              "Atmel maXTouch mXT224"
         MatchProduct           "mxt224_touchscreen"
         MatchDevicePath        "/dev/input/event*"
-        Driver                  "mtev"
-        Option                  "Ignore"                "off"
+        Driver                  "evdevmultitouch"
+        Option                  "MultiTouch"   "5"
 EndSection
index d450fbf..ba1ad6d 100644 (file)
@@ -1,3 +1,7 @@
+* Wed Jul 18 2012 Austin Zhang <austin.zhang@intel.com>
+- Change input driver for Atmel mxt224 panel to evdev-multitouch so
+  that we use same way to support multitouch
+
 * Mon Jul 02 2012 William Douglas <william.douglas@intel.com> build/2012-06-27.022457@fe24c24
 - use /etc not /opt/etc
 
index 1b333e2..883e7e1 100644 (file)
@@ -41,7 +41,7 @@ install -m 0644 *.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
 
 %touch_package mxt224
 %files mxt224
-%{_sysconfdir}/X11/xorg.conf.d/60-mxt224-mtev.conf
+%{_sysconfdir}/X11/xorg.conf.d/60-mxt224-evdevmultitouch.conf
 %manifest device-config-touch.manifest
 
 %touch_package Atmel