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

arm-e4412/xorg.conf.d/input.conf
packaging/xorg-x11-misc-exynos.spec

index bf77392..460addb 100755 (executable)
@@ -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 5327eec..d5295dd 100644 (file)
@@ -2,7 +2,7 @@
 Name:  xorg-x11-misc-exynos
 Summary:    X11 X server misc files for exynos
 Version:    0.0.5
-Release:    3
+Release:    4
 ExclusiveArch:  %arm
 Group:      System/X11
 License:    MIT