[oe-commits] Ken Gilmer : bug20/xorg.conf: update to use tslib driver for touchscreen input device.

git version control git at git.openembedded.org
Wed Jun 16 17:08:24 UTC 2010


Module: openembedded.git
Branch: stable/2009
Commit: 5cc611de209bdd50c165a29d09d3296cc9b16a35
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5cc611de209bdd50c165a29d09d3296cc9b16a35

Author: Ken Gilmer <ken at buglabs.net>
Date:   Tue Jun 15 08:15:24 2010 +0000

bug20/xorg.conf: update to use tslib driver for touchscreen input device.

Signed-off-by: Ken Gilmer <ken at buglabs.net>
Signed-off-by: Stefan Schmidt <stefan at buglabs.net>
Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 .../xorg-xserver/xserver-xorg-conf/bug20/xorg.conf |    8 ++++++++
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 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 0b976fe..6301d06 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 0d286b7..43ca6fa 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"
 





More information about the Openembedded-commits mailing list