xserver-xorg-conf: switch from plain tslib access to evdev for touchscreen on palmpre...
authorSimon Busch <morphis@gravedo.de>
Thu, 30 Sep 2010 12:37:00 +0000 (14:37 +0200)
committerSimon Busch <morphis@gravedo.de>
Wed, 20 Oct 2010 08:10:49 +0000 (10:10 +0200)
Signed-off-by: Simon Busch <morphis@gravedo.de>
recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf

index 87001f0..08e99e8 100644 (file)
@@ -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"