aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Gilmer <ken@buglabs.net>2010-06-15 08:15:24 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2010-06-16 18:39:11 +0200
commit5cc611de209bdd50c165a29d09d3296cc9b16a35 (patch)
tree0b700cb19bf0d0b915edbf675bc2fd9a134f111f
parent3593ff2a4de50cabf974d945b3d2b3e7158ef4ec (diff)
downloadopenembedded-5cc611de209bdd50c165a29d09d3296cc9b16a35.tar.gz
bug20/xorg.conf: update to use tslib driver for touchscreen input device.
Signed-off-by: Ken Gilmer <ken@buglabs.net> Signed-off-by: Stefan Schmidt <stefan@buglabs.net> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf8
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
2 files changed, 9 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
index 0b976fe632..6301d06900 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
@@ -26,4 +26,12 @@ EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Builtin Default fbdev Screen 0"
+ InputDevice "bmi-lcd-ts" "CorePointer"
EndSection
+
+Section "InputDevice"
+ Identifier "bmi-lcd-ts"
+ Driver "tslib"
+ Option "SwapAxes" "1"
+ Option "Device" "/dev/input/touchscreen0"
+EndSection
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index 0d286b726d..43ca6faf6e 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r24"
+PR = "r25"
SRC_URI = "file://xorg.conf"