Comment 4 for bug 351533

Revision history for this message
Cristian Klein (cristiklein) wrote :

Hello,

The hotkeys I proposed (and were later added to hal-info) are taken from Esprimo Mobile V5545. I didn't expect that Fujitsu-Siemens changed the hotkey keycodes from one model to another.

I propose to narrow match, so that both Esprimo Mobile V5545 and Esprimo Mobile V6535 can live together. Something like:

        <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">e06f:brightnessdown</append>
          <append key="input.keymap.data" type="strlist">e04e:brightnessup</append>
        </match>