xserver-xorg-conf: nokia900's xorg.conf mark keyboard as CoreKeyboard
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 19 Sep 2010 17:28:25 +0000 (19:28 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 28 Oct 2010 12:52:58 +0000 (14:52 +0200)
* 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>
recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

index 356bc9f..ee26fda 100644 (file)
@@ -29,6 +29,7 @@ Section "InputDevice"
        Option          "Device"        "/dev/input/event1"
        Option          "XkbModel"      "nokiarx51"
        Option          "XkbLayout"     "us"
+       Option          "CoreKeyboard"
 EndSection
 
 Section "InputDevice"
index 21dac99..a224031 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r35"
+PR = "r36"
 
 SRC_URI = "file://xorg.conf"