xserver-xorg-conf: use tslib instead of evdev for om-gta02
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 18 Oct 2010 19:13:52 +0000 (21:13 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 18 Oct 2010 19:24:10 +0000 (21:24 +0200)
* kernel driver included in 2.6.34 doesn't filter events and clicks are often interpreted as short drag

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

index 69feb61..673c7d0 100644 (file)
@@ -38,7 +38,7 @@ EndSection
 
 Section "InputDevice"
        Identifier      "Touchscreen"
-       Driver          "evdev"
+       Driver          "tslib"
        Option          "Device"        "/dev/input/event1"
 EndSection
 
index fd62ee2..21dac99 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r34"
+PR = "r35"
 
 SRC_URI = "file://xorg.conf"