[oe-commits] Denis 'GNUtoo' Carikli : xserver-xorg-conf: nokia900's xorg. conf mark keyboard as CoreKeyboard

git version control git at git.openembedded.org
Thu Oct 28 13:45:14 UTC 2010


Module: openembedded.git
Branch: master
Commit: a3871c241633708f52b64abb1df01a290d4b77ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a3871c241633708f52b64abb1df01a290d4b77ff

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun Sep 19 19:28:25 2010 +0200

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 at fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../xserver-xorg-conf/nokia900/xorg.conf           |    1 +
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 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 356bc9f..ee26fda 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 21dac99..a224031 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"
 





More information about the Openembedded-commits mailing list