hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Feb 7 05:25:07 PST 2008


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

New commits:
commit 932f165f3ed6a73793d626197be5d24d31f52b4e
Author: Pavel Šefránek <pavel.sefranek at gmail.com>
Date:   Thu Feb 7 14:25:01 2008 +0100

    added HP 530 keymap quirk
    
    The only key on my laptop (hp 530) which wasn't recognised is e00a for
    screenlock feature (FnF6 (lock)).

diff --git a/fdi/information/10freedesktop/30-keymap-hp.fdi b/fdi/information/10freedesktop/30-keymap-hp.fdi
index 915eba6..d683f49 100644
--- a/fdi/information/10freedesktop/30-keymap-hp.fdi
+++ b/fdi/information/10freedesktop/30-keymap-hp.fdi
@@ -23,6 +23,11 @@
           <append key="input.keymap.data" type="strlist">e059:f22</append>	<!-- FIXME: touchpad on -->
           <append key="info.capabilities" type="strlist">input.keymap</append>
         </match>
+	<!-- HP 530 Notebook PC(GN797AA#AKB) -->
+        <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="HP 530 Notebook">
+          <append key="input.keymap.data" type="strlist">e00a:screenlock</append> <!-- FnF6 (lock) -->
+          <append key="info.capabilities" type="strlist">input.keymap</append>
+        </match>
         <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="nc2400">
           <append key="input.keymap.data" type="strlist">e001:fn_esc</append>	<!-- FnEsc -->
           <append key="input.keymap.data" type="strlist">e008:presentation</append>	<!-- Presentation -->


More information about the hal-commit mailing list