hal: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Tue Feb 19 06:05:19 PST 2008


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

New commits:
commit 6b5398118c97a123cb157e013d4977f3a39d18a1
Author: MrLoba <mrloba at tin.it>
Date:   Tue Feb 19 14:04:06 2008 +0000

    add support for Fn+F1 and Fn+F6 on HP Pavilion DV5000

diff --git a/fdi/information/10freedesktop/30-keymap-hp.fdi b/fdi/information/10freedesktop/30-keymap-hp.fdi
index d683f49..c2ba78f 100644
--- a/fdi/information/10freedesktop/30-keymap-hp.fdi
+++ b/fdi/information/10freedesktop/30-keymap-hp.fdi
@@ -14,6 +14,11 @@
           <append key="input.keymap.data" type="strlist">e058:f22</append>	<!-- touchpad off -->
           <append key="info.capabilities" type="strlist">input.keymap</append>
         </match>
+	<match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="dv5000">
+          <append key="input.keymap.data" type="strlist">e031:help</append>     <!-- FnF1 (help) -->
+          <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="dv6500">
           <append key="input.keymap.data" type="strlist">e008:f20</append>	<!-- FIXME: quick play -->
           <append key="input.keymap.data" type="strlist">e00a:screenlock</append> <!-- FnF6 (lock) -->


More information about the hal-commit mailing list