xserver-xorg-conf: Update palmpre's xorg.conf
authorFrederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
Wed, 1 Dec 2010 21:47:34 +0000 (22:47 +0100)
committerSimon Busch <morphis@gravedo.de>
Tue, 4 Jan 2011 10:41:37 +0000 (11:41 +0100)
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
Acked-by: Simon Busch <morphis@gravedo.de>
recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

index 08e99e8..6915b87 100644 (file)
@@ -33,12 +33,26 @@ Section "InputDevice"
     Identifier  "Touchscreen"
     Driver      "evdev"
     Option      "Device"                "/dev/input/event6"
-    Option      "CorePointer"           "true"
     Option      "SendCoreEvents"        "true"
     Option      "Protocol"              "Auto"
     Option      "Width"                 "320"
-    Option      "Height"                "480"
+    Option      "Height"                "528"
     Option      "EmulateRightButton"    "1"
     Option      "CorePointer"           "true"
 EndSection
 
+Section "InputDevice"
+    Identifier "Keyboard"
+    Driver     "palm-pre"
+    Option     "Device"                "/dev/input/event2"
+    Option      "SendCoreEvents"        "true"
+    #Option     "XkbModel"              "palm-pre"
+    Option     "XkbLayout"             "palm-pre"
+#    Option     "XKbOptions" ""
+EndSection
+
+#Section "InputDevice"
+#   Identifier   "Keyboard"
+#   Driver     "evdev"
+#   Option       "Device"                "/dev/input/event2"
+#EndSection
index ab0d877..81cbe95 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r39"
+PR = "r40"
 
 SRC_URI = "file://xorg.conf"