From 35c78055e4386f5d02aaf299c4a2f21480b07741 Mon Sep 17 00:00:00 2001
From: Lars-Dominik Braun <lars@6xq.net>
Date: Sat, 24 Mar 2012 14:56:48 +0100
Subject: Spring cleanup

Updated to buildroot 2012.02 and Linux 3.1.10, added n35d, updated
install instructions.
---
 buildroot/skeleton/etc/X11/xorg.conf | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 buildroot/skeleton/etc/X11/xorg.conf

(limited to 'buildroot/skeleton/etc/X11')

diff --git a/buildroot/skeleton/etc/X11/xorg.conf b/buildroot/skeleton/etc/X11/xorg.conf
new file mode 100644
index 0000000..dead0d5
--- /dev/null
+++ b/buildroot/skeleton/etc/X11/xorg.conf
@@ -0,0 +1,6 @@
+Section "InputDevice"
+	Identifier "touchscreen"
+	Driver "evdev"
+	Option "Device"   "/dev/input/event0"
+	Option "InvertY" "true"
+EndSection
-- 
cgit v1.2.3