aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin Chary <corentincj@iksaif.net>2011-02-06 07:30:48 -0500
committerMatthew Garrett <mjg@redhat.com>2011-03-28 06:05:19 -0400
commit77ca5b0197138db1260bbbb95ce3fd015dd10437 (patch)
tree6b8f459ecf0f3467adcaa87467a2d19293843016
parent8571d75d614702e3e0278c92892012dbf7c2e65b (diff)
eeepc-wmi: comments keymap to clarify the meaning of some keys
Found while checking PDF manuals... Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Matthew Garrett <mjg@redhat.com>
-rw-r--r--drivers/platform/x86/eeepc-wmi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/platform/x86/eeepc-wmi.c b/drivers/platform/x86/eeepc-wmi.c
index 898476716246..a78a90d886da 100644
--- a/drivers/platform/x86/eeepc-wmi.c
+++ b/drivers/platform/x86/eeepc-wmi.c
@@ -99,13 +99,13 @@ static const struct key_entry eeepc_wmi_keymap[] = {
99 { KE_KEY, 0x30, { KEY_VOLUMEUP } }, 99 { KE_KEY, 0x30, { KEY_VOLUMEUP } },
100 { KE_KEY, 0x31, { KEY_VOLUMEDOWN } }, 100 { KE_KEY, 0x31, { KEY_VOLUMEDOWN } },
101 { KE_KEY, 0x32, { KEY_MUTE } }, 101 { KE_KEY, 0x32, { KEY_MUTE } },
102 { KE_KEY, 0x5c, { KEY_F15 } }, 102 { KE_KEY, 0x5c, { KEY_F15 } }, /* Power Gear key */
103 { KE_KEY, 0x5d, { KEY_WLAN } }, 103 { KE_KEY, 0x5d, { KEY_WLAN } },
104 { KE_KEY, 0x6b, { KEY_F13 } }, /* Disable Touchpad */ 104 { KE_KEY, 0x6b, { KEY_F13 } }, /* Disable Touchpad */
105 { KE_KEY, 0x88, { KEY_WLAN } }, 105 { KE_KEY, 0x88, { KEY_WLAN } },
106 { KE_KEY, 0xcc, { KEY_SWITCHVIDEOMODE } }, 106 { KE_KEY, 0xcc, { KEY_SWITCHVIDEOMODE } },
107 { KE_KEY, 0xe0, { KEY_PROG1 } }, 107 { KE_KEY, 0xe0, { KEY_PROG1 } }, /* Task Manager */
108 { KE_KEY, 0xe1, { KEY_F14 } }, 108 { KE_KEY, 0xe1, { KEY_F14 } }, /* Change Resolution */
109 { KE_KEY, 0xe9, { KEY_BRIGHTNESS_ZERO } }, 109 { KE_KEY, 0xe9, { KEY_BRIGHTNESS_ZERO } },
110 { KE_END, 0}, 110 { KE_END, 0},
111}; 111};