[oe-commits] Simon Busch : xserver-xorg-conf: switch from plain tslib access to evdev for touchscreen on palmpre machine

git version control git at git.openembedded.org
Wed Oct 20 08:20:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a4b5fed92e4dc11c4bd25ccd6ff534e10dc8ad21
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a4b5fed92e4dc11c4bd25ccd6ff534e10dc8ad21

Author: Simon Busch <morphis at gravedo.de>
Date:   Thu Sep 30 14:37:00 2010 +0200

xserver-xorg-conf: switch from plain tslib access to evdev for touchscreen on palmpre machine

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 .../xserver-xorg-conf/palmpre/xorg.conf            |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf
index 87001f0..08e99e8 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"





More information about the Openembedded-commits mailing list