[oe-commits] Marcin Juszkiewicz : xserver-xorg-conf: added config fot at91sam9263ek

git version control git at git.openembedded.org
Fri Oct 23 05:39:13 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 82ffbc9a75656400ae959e57e60dce9aa3fb9b41
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=82ffbc9a75656400ae959e57e60dce9aa3fb9b41

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Thu Oct 22 15:51:10 2009 +0200

xserver-xorg-conf: added config fot at91sam9263ek

---

 .../xserver-xorg-conf/at91sam9263ek/xorg.conf      |   11 +++++++++++
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/at91sam9263ek/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/at91sam9263ek/xorg.conf
new file mode 100644
index 0000000..7f3eb77
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/at91sam9263ek/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
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index 995cd8b..ba52376 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r10"
+PR = "r11"
 
 SRC_URI = "file://xorg.conf"
 





More information about the Openembedded-commits mailing list