xserver-xorg-conf: htcdream: switch to htcdream version of the US keyboard
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 27 Jan 2011 20:27:38 +0000 (21:27 +0100)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 27 Jan 2011 20:39:25 +0000 (21:39 +0100)
The htcdream has an hardware keyboard with some key binded to
  alt+key,for instance alt+q should produce a Tab.

Before we didn't activate that feature, and instead we used
  the US keyboard default.

This feature depend on xkeyboard-config_git which is the default
  for most openembedded based distributions now.

This change only affect the htcdream's xorg.conf and PR was bumped.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

index 99d71dc..fc7d567 100644 (file)
@@ -59,7 +59,8 @@ EndSection
 Section "InputDevice"
         Identifier  "Keyboard"
         Driver      "kbd"
-        Option      "XkbLayout" "en_US"
+        Option      "XkbLayout" "us"
+        Option      "XkbModel"  "htcdream"
 EndSection
 
 
index 81cbe95..ec2135a 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r40"
+PR = "r41"
 
 SRC_URI = "file://xorg.conf"