xserver-xorg-conf: added config for ronetix-pm9263
authorMarco Cavallini <m.cavallini@koansoftware.com>
Fri, 23 Oct 2009 15:15:54 +0000 (17:15 +0200)
committerMarco Cavallini <m.cavallini@koansoftware.com>
Fri, 23 Oct 2009 15:15:54 +0000 (17:15 +0200)
recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf [new file with mode: 0644]

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 (file)
index 0000000..7f3eb77
--- /dev/null
@@ -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