From: Frederik 'playya' Sdun Date: Wed, 1 Dec 2010 21:47:34 +0000 (+0100) Subject: xserver-xorg-conf: Update palmpre's xorg.conf X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=524cd829cde98a4bde5893a6f62d0ad436693e67;p=openembedded.git xserver-xorg-conf: Update palmpre's xorg.conf Signed-off-by: Frederik 'playya' Sdun Acked-by: Simon Busch --- 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"