xserver-xorg-conf: add om-gta01 configuration
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 31 Jan 2010 02:02:22 +0000 (03:02 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 31 Jan 2010 02:37:03 +0000 (03:37 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf [new file with mode: 0644]
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf
new file mode 100644 (file)
index 0000000..b77b552
--- /dev/null
@@ -0,0 +1,46 @@
+Section "Monitor"
+        Identifier      "LCD Panel"
+EndSection
+
+
+Section "Device"
+        Identifier      "Fbdev"
+        Driver          "fbdev"
+EndSection  
+
+
+Section "Screen"
+        Identifier      "Default Screen"
+        Device          "Fbdev"
+        Monitor         "LCD Panel"
+EndSection
+
+
+Section "InputDevice"
+       Identifier      "Power Button"
+       Driver          "evdev"
+       Option          "Device"        "/dev/input/event0"
+EndSection
+
+
+Section "InputDevice"
+       Identifier      "AUX Button"
+       Driver          "evdev"
+       Option          "Device"        "/dev/input/event4"
+EndSection
+
+
+Section "InputDevice"
+       Identifier      "Touchscreen"
+       Driver          "evdev"
+       Option          "Device"        "/dev/input/event1"
+EndSection
+
+
+Section "ServerLayout"
+        Identifier      "Default Layout"
+        Screen          "Default Screen"
+       InputDevice     "Power Button"
+       InputDevice     "AUX Button"
+       InputDevice     "Touchscreen"
+EndSection
index 0e3bba4..ad8bcb4 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r18"
+PR = "r19"
 
 SRC_URI = "file://xorg.conf"