aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver
diff options
context:
space:
mode:
authorFrederik 'playya' Sdun <Frederik.Sdun@googlemail.com>2010-12-01 22:47:34 +0100
committerSimon Busch <morphis@gravedo.de>2011-01-04 11:41:37 +0100
commit524cd829cde98a4bde5893a6f62d0ad436693e67 (patch)
tree3cb0d9a406ba34d9a0750c74b08ec044bf6838ce /recipes/xorg-xserver
parentd85bd165147c3e3c8895b538d9ed978110e93920 (diff)
downloadopenembedded-524cd829cde98a4bde5893a6f62d0ad436693e67.tar.gz
xserver-xorg-conf: Update palmpre's xorg.conf
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com> Acked-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf18
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
2 files changed, 17 insertions, 3 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf
index 08e99e8780..6915b87b96 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/palmpre/xorg.conf
@@ -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
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index ab0d877ba3..81cbe95ff5 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 = "r39"
+PR = "r40"
SRC_URI = "file://xorg.conf"