hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Wed May 6 07:22:14 PDT 2009


 fdi/information/10freedesktop/30-keymap-misc.fdi |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 98155c91ec95cfad3e608171da38ddc7fd163f3c
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Wed May 6 16:21:12 2009 +0200

    fix keymap for Fujitsu Esprimo V6*
    
    The Esprimo V5 and V6 have different keymaps apparently, narrow down the match
    to accomodate both. (https://launchpad.net/bugs/351533)

diff --git a/fdi/information/10freedesktop/30-keymap-misc.fdi b/fdi/information/10freedesktop/30-keymap-misc.fdi
index f50885a..f983e7a 100644
--- a/fdi/information/10freedesktop/30-keymap-misc.fdi
+++ b/fdi/information/10freedesktop/30-keymap-misc.fdi
@@ -24,10 +24,14 @@
 	  <append key="input.keymap.data" type="strlist">e061:volumeup</append>
 	  <append key="input.keymap.data" type="strlist">e065:prog1</append>
         </match>
-        <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="ESPRIMO Mobile">
+        <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="ESPRIMO Mobile V5">
 	  <append key="input.keymap.data" type="strlist">e059:brightnessdown</append>
 	  <append key="input.keymap.data" type="strlist">e06f:brightnessup</append>
         </match>
+        <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="ESPRIMO Mobile V6">
+	  <append key="input.keymap.data" type="strlist">e04e:brightnessup</append>
+	  <append key="input.keymap.data" type="strlist">e06f:brightnessdown</append>
+        </match>
         <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="AMILO Pro Edition V3505">
           <append key="input.keymap.data" type="strlist">e025:help</append> <!-- Fn-F1 help -->
           <append key="input.keymap.data" type="strlist">e029:switchvideomode</append> <!-- Fn-F3 Display toggle -->


More information about the hal-commit mailing list