hal-info: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Tue Apr 14 08:05:23 PDT 2009


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

New commits:
commit 73b7c9705bb87276d090e88800ef045f0ebb3a07
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Apr 14 16:04:31 2009 +0100

    remap Dell USB Keyboard Hub to have XF86Media for the media button, not XF86Tools

diff --git a/fdi/information/10freedesktop/30-keymap-dell.fdi b/fdi/information/10freedesktop/30-keymap-dell.fdi
index 349cb17..295304a 100644
--- a/fdi/information/10freedesktop/30-keymap-dell.fdi
+++ b/fdi/information/10freedesktop/30-keymap-dell.fdi
@@ -43,6 +43,17 @@
         </match>
       </match>
     </match>
+
+    <!-- Dell USB Keyboard Hub -->
+    <match key="@input.originating_device:info.linux.driver" string="usbhid">
+      <match key="info.product" string="Dell Dell USB Keyboard Hub">
+        <match key="@input.originating_device:usb.interface.number" int="0x1">
+          <append key="info.capabilities" type="strlist">input.keymap</append>
+          <append key="input.keymap.data" type="strlist">ce103:media</append> <!-- Media/Music key -->
+        </match>
+      </match>
+    </match>
+
   </device>
 </deviceinfo>
 


More information about the hal-commit mailing list