All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device.
@ 2010-05-06 21:55 Ken Gilmer
  2010-05-07 10:05 ` Stefan Schmidt
  2010-05-12 10:53 ` Koen Kooi
  0 siblings, 2 replies; 6+ messages in thread
From: Ken Gilmer @ 2010-05-06 21:55 UTC (permalink / raw)
  To: openembedded-devel

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/bug20/xorg.conf
index 0b976fe..746874f 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                                        





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-13  8:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 21:55 [PATCH] bug20/xorg.conf: update to use tslib driver for touchscreen input device Ken Gilmer
2010-05-07 10:05 ` Stefan Schmidt
2010-05-12 10:53 ` Koen Kooi
2010-05-12 18:38   ` Stefan Schmidt
2010-05-13  7:58     ` Koen Kooi
2010-05-13  8:35       ` Stefan Schmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.