hal-info: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Tue Sep 23 10:44:40 PDT 2008
fdi/information/10freedesktop/30-keymap-dell.fdi | 8 ++++++++
1 file changed, 8 insertions(+)
New commits:
commit ffa5a201c0cab7ce376f344aaa6ef59222eb32da
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Tue Sep 23 19:42:30 2008 -0700
add missing Latitude XT Tablet(PC) keys
Added slightly adopted patch from Mario Limonciello <mario_limonciello at dell.com>
to add missing Latitude XT Tablet(PC) keys. Added some FIXME comments to the
new keys.
Added the new keys not to the general key section, since they are TabletPC
specific.
diff --git a/fdi/information/10freedesktop/30-keymap-dell.fdi b/fdi/information/10freedesktop/30-keymap-dell.fdi
index e9f474b..dfdf68c 100644
--- a/fdi/information/10freedesktop/30-keymap-dell.fdi
+++ b/fdi/information/10freedesktop/30-keymap-dell.fdi
@@ -30,6 +30,14 @@
<append key="input.keymap.data" type="strlist">e024:stop</append> <!-- Front panel stop -->
<append key="input.keymap.data" type="strlist">e06d:media</append> <!-- MediaDirect button -->
<append key="info.capabilities" type="strlist">input.keymap</append>
+
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="Latitude XT">
+ <append key="input.keymap.data" type="strlist">e058:screenlock</append> <!-- FIXME: Tablet lock button -->
+ <append key="input.keymap.data" type="strlist">e017:email</append> <!-- Tablet email button -->
+ <append key="input.keymap.data" type="strlist">e018:f21</append> <!-- FIXME: Tablet screen rotatation -->
+ <append key="input.keymap.data" type="strlist">e01a:setup</append> <!-- Tablet tools button -->
+ </match>
+
</match>
</match>
</match>
More information about the hal-commit
mailing list