bug20/xorg.conf: update to use tslib driver for touchscreen input device.
authorKen Gilmer <ken@buglabs.net>
Thu, 6 May 2010 21:55:40 +0000 (17:55 -0400)
committerStefan Schmidt <stefan@datenfreihafen.org>
Wed, 12 May 2010 10:44:07 +0000 (12:44 +0200)
conf/machine/imote2.conf
recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf

index 24da0d0..78af942 100644 (file)
@@ -3,7 +3,8 @@
 #@DESCRIPTION: Machine configuration for Crossbow iMote 2
 TARGET_ARCH = "arm"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux"
+#PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/kernel = "linux-zigbee"
 
 PACKAGE_EXTRA_ARCHS = " iwmmxt"
 
index 0b976fe..6301d06 100644 (file)
@@ -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