diff options
author | Sung-Jin Park <sj76.park@samsung.com> | 2013-03-18 07:55:53 -0400 |
---|---|---|
committer | Boram Park <boram1288.park@samsung.com> | 2013-09-02 17:05:04 +0900 |
commit | 2f2d22757a0acb3bf0d675a248f0c6212bf3d6c1 (patch) | |
tree | 79084a94fe64c92eb5be9d3f97aea02efe69fb26 | |
parent | 3e17e754826d0888313c0abd0b868fd37b66c064 (diff) | |
download | xf86-misc-exynos4412-2f2d22757a0acb3bf0d675a248f0c6212bf3d6c1.tar.gz xf86-misc-exynos4412-2f2d22757a0acb3bf0d675a248f0c6212bf3d6c1.tar.bz2 xf86-misc-exynos4412-2f2d22757a0acb3bf0d675a248f0c6212bf3d6c1.zip |
Rollback : Modify input.conf files to use evdev driver for touchscreen
Change-Id: I83f48a615011fdad44e350cbab31b642ab2c3d2e
-rwxr-xr-x | arm-e4412/xorg.conf.d/input.conf | 3 | ||||
-rw-r--r-- | packaging/xorg-x11-misc-exynos.spec | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arm-e4412/xorg.conf.d/input.conf b/arm-e4412/xorg.conf.d/input.conf index bf77392..460addb 100755 --- a/arm-e4412/xorg.conf.d/input.conf +++ b/arm-e4412/xorg.conf.d/input.conf @@ -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" diff --git a/packaging/xorg-x11-misc-exynos.spec b/packaging/xorg-x11-misc-exynos.spec index 5327eec..d5295dd 100644 --- a/packaging/xorg-x11-misc-exynos.spec +++ b/packaging/xorg-x11-misc-exynos.spec @@ -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 |