From 5827562f85a309cb4750a0a229b67eb5c88f638b Mon Sep 17 00:00:00 2001 From: Austin Zhang Date: Fri, 27 Jul 2012 19:01:19 +0800 Subject: [PATCH] Change input driver for Cando 10.1 Multi panel to evdev-multitouch Signed-off-by: Austin Zhang --- 60-cando-mtev.conf => 60-cando-evdevmultitouch.conf | 4 +++- packaging/device-config-touch.changes | 4 ++++ packaging/device-config-touch.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) rename 60-cando-mtev.conf => 60-cando-evdevmultitouch.conf (65%) diff --git a/60-cando-mtev.conf b/60-cando-evdevmultitouch.conf similarity index 65% rename from 60-cando-mtev.conf rename to 60-cando-evdevmultitouch.conf index becbdbd..4a9d0a8 100644 --- a/60-cando-mtev.conf +++ b/60-cando-evdevmultitouch.conf @@ -2,6 +2,8 @@ Section "InputClass" Identifier "Cando Multi Touch Panel" MatchVendor "Cando" MatchDevicePath "/dev/input/event*" - Driver "mtev" + Driver "evdevmultitouch" Option "Ignore" "off" + Option "MultiTouch" "2" + Option "Resolution" "0 4095 0 4095 EndSection diff --git a/packaging/device-config-touch.changes b/packaging/device-config-touch.changes index ba1ad6d..f89f6e6 100644 --- a/packaging/device-config-touch.changes +++ b/packaging/device-config-touch.changes @@ -1,3 +1,7 @@ +* Fri Jul 27 2012 Austin Zhang +- Change input driver for Cando 10.1 Multi panel to evdev-multitouch so + that we use same way to support multitouch + * Wed Jul 18 2012 Austin Zhang - Change input driver for Atmel mxt224 panel to evdev-multitouch so that we use same way to support multitouch diff --git a/packaging/device-config-touch.spec b/packaging/device-config-touch.spec index 883e7e1..5c4dda4 100644 --- a/packaging/device-config-touch.spec +++ b/packaging/device-config-touch.spec @@ -36,7 +36,7 @@ install -m 0644 *.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/ %touch_package cando %files cando -%{_sysconfdir}/X11/xorg.conf.d/60-cando-mtev.conf +%{_sysconfdir}/X11/xorg.conf.d/60-cando-evdevmultitouch.conf %manifest device-config-touch.manifest %touch_package mxt224 -- 2.7.4