From a4b5fed92e4dc11c4bd25ccd6ff534e10dc8ad21 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Thu, 30 Sep 2010 14:37:00 +0200 Subject: xserver-xorg-conf: switch from plain tslib access to evdev for touchscreen on palmpre machine Signed-off-by: Simon Busch --- recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/xorg-xserver/xserver-xorg-conf/palmpre') diff --git a/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf index 87001f065e..08e99e8780 100644 --- a/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf +++ b/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf @@ -31,8 +31,8 @@ EndSection Section "InputDevice" Identifier "Touchscreen" - Driver "tslib" - Option "Device" "/dev/touchscreen" + Driver "evdev" + Option "Device" "/dev/input/event6" Option "CorePointer" "true" Option "SendCoreEvents" "true" Option "Protocol" "Auto" -- cgit 1.2.3-korg