hal: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Tue Feb 19 05:57:22 PST 2008
fdi/information/10freedesktop/30-keymap-dell.fdi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7b2429ecbcab6f6867cdf049dae3e30c97c0cef0
Author: Richard Hughes <richard at hughsie.com>
Date: Tue Feb 19 13:55:58 2008 +0000
fix an obvious bug for dell laptops when pressing the brightness down button.
Found by Bastien.
diff --git a/fdi/information/10freedesktop/30-keymap-dell.fdi b/fdi/information/10freedesktop/30-keymap-dell.fdi
index e9779a8..0e8f6d0 100644
--- a/fdi/information/10freedesktop/30-keymap-dell.fdi
+++ b/fdi/information/10freedesktop/30-keymap-dell.fdi
@@ -10,12 +10,12 @@
<match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" prefix="Latitude">
<match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="D420">
<append key="input.keymap.data" type="strlist">e005:brightnessdown</append> <!-- Fn+Down arrow Brightness Down -->
- <append key="input.keymap.data" type="strlist">e005:f23</append> <!-- FIXME Fn+Left arrow Auto Brightness -->
<append key="input.keymap.data" type="strlist">e006:brightnessup</append> <!-- Fn+Up arrow Brightness Up -->
<append key="input.keymap.data" type="strlist">e007:battery</append> <!-- Fn+F3 battery icon -->
<append key="input.keymap.data" type="strlist">e00a:suspend</append> <!-- Fn+F1 hibernate -->
<append key="input.keymap.data" type="strlist">e00b:displaytoggle</append> <!-- Fn+F8 CRT/LCD -->
<append key="input.keymap.data" type="strlist">e00f:switchvideomode</append> <!-- Fn+F7 aspect ratio -->
+ <append key="input.keymap.data" type="strlist">e013:f23</append> <!-- FIXME Fn+Left arrow Auto Brightness -->
<append key="info.capabilities" type="strlist">input.keymap</append>
</match>
<match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="D610">
More information about the hal-commit
mailing list