From: Simon Busch Date: Thu, 30 Sep 2010 12:37:00 +0000 (+0200) Subject: xserver-xorg-conf: switch from plain tslib access to evdev for touchscreen on palmpre... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4b5fed92e4dc11c4bd25ccd6ff534e10dc8ad21;p=openembedded.git xserver-xorg-conf: switch from plain tslib access to evdev for touchscreen on palmpre machine Signed-off-by: Simon Busch --- 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"