From a3871c241633708f52b64abb1df01a290d4b77ff Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 19 Sep 2010 19:28:25 +0200 Subject: 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 Signed-off-by: Martin Jansa --- recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf | 1 + recipes/xorg-xserver/xserver-xorg-conf_0.1.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/xorg-xserver') 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" -- cgit 1.2.3-korg