aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-19 19:28:25 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-28 14:52:58 +0200
commita3871c241633708f52b64abb1df01a290d4b77ff (patch)
treeb039cfad17096a62561c110cc9bbb6dcb35ae415 /recipes
parent5fa427d06922297496fcf5ebd6c0a6a5c2adac46 (diff)
downloadopenembedded-a3871c241633708f52b64abb1df01a290d4b77ff.tar.gz
xserver-xorg-conf: nokia900's xorg.conf mark keyboard as CoreKeyboard
* add CoreKeyboard option for nokia900 This seems to be needed to make it actually load it... Otherwise a pc105 model will be there instead of the needed nokiarx51 one... needs researching. Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf1
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
index 356bc9fafc..ee26fda14a 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
@@ -29,6 +29,7 @@ Section "InputDevice"
Option "Device" "/dev/input/event1"
Option "XkbModel" "nokiarx51"
Option "XkbLayout" "us"
+ Option "CoreKeyboard"
EndSection
Section "InputDevice"
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index 21dac99c87..a2240317b4 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 = "r35"
+PR = "r36"
SRC_URI = "file://xorg.conf"