Rollback : Modify input.conf files to use evdev driver for touchscreen 39/9039/1
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 18 Mar 2013 11:54:58 +0000 (07:54 -0400)
committerBoram Park <boram1288.park@samsung.com>
Mon, 2 Sep 2013 08:05:32 +0000 (17:05 +0900)
Change-Id: I51866629e05190485ba8b7e697e33293ba40f6b0

conf-arm-emulfb/input.conf
conf-i386-emulfb/input.conf
packaging/xorg-x11-misc.spec

index bf77392..460addb 100644 (file)
@@ -8,7 +8,8 @@ Section "InputClass"
         Identifier "evdev touchscreen catchall"
         MatchIsTouchScreen "on"
         MatchDevicePath "/dev/input/event*"
-        Driver "evdev"
+        Driver "evdevmultitouch"
+        Option "MultiTouch"     "3"
 EndSection
 
 Section "InputClass"
index 8e6934c..0975681 100644 (file)
@@ -16,7 +16,8 @@ Section "InputClass"
         Identifier "evdev touchscreen catchall"
         MatchIsTouchScreen "on"
         MatchDevicePath "/dev/input/event*"
-        Driver "evdev"
+        Driver "evdevmultitouch"
+       Option "MultiTouch"     "6"
 EndSection
 
 Section "InputClass"
index f1c7c2d..13e04b0 100644 (file)
@@ -9,7 +9,7 @@
 Name:      xorg-x11-misc
 Summary:    X.Org X11 X server misc packages
 Version:    0.0.3
-Release:    5
+Release:    6
 Group:      System/X11
 License:    MIT
 Source0:    %{name}-%{version}.tar.gz