From: Marco Cavallini Date: Fri, 23 Oct 2009 15:15:54 +0000 (+0200) Subject: xserver-xorg-conf: added config for ronetix-pm9263 X-Git-Tag: Release-2010-05/1~1941 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bcccaf0288158c77ac76f67b3b9fe406c257690;p=openembedded.git xserver-xorg-conf: added config for ronetix-pm9263 --- diff --git a/recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf new file mode 100644 index 0000000000..7f3eb7797f --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf @@ -0,0 +1,11 @@ +Section "ServerLayout" + Identifier "default" + InputDevice "atmel-ts" "CorePointer" +EndSection + +Section "InputDevice" + Identifier "atmel-ts" + Driver "evdev" + Option "SwapAxes" "1" + Option "Device" "/dev/input/touchscreen0" +EndSection