diff options
author | Matthew Garrett <mjg59@srcf.ucam.org> | 2009-01-20 10:17:46 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-20 14:35:42 -0500 |
commit | b5f6f26550700445dcc125bbf75b9104e779d353 (patch) | |
tree | 54f44b0981f525e45f3ccc7b3deba1ca42d04fb0 /drivers/platform | |
parent | ed6f44215374d94c35cbe98b582d004b9a3f5fbe (diff) |
eeepc-laptop: Add support for extended hotkeys
Newer Eees have extra hotkeys above the function keys. This patch adds support
for sending them through the input layer.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/eeepc-laptop.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 66d611b225f8..d153871fd5ab 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++ b/drivers/platform/x86/eeepc-laptop.c | |||
@@ -161,6 +161,10 @@ static struct key_entry eeepc_keymap[] = { | |||
161 | {KE_KEY, 0x13, KEY_MUTE }, | 161 | {KE_KEY, 0x13, KEY_MUTE }, |
162 | {KE_KEY, 0x14, KEY_VOLUMEDOWN }, | 162 | {KE_KEY, 0x14, KEY_VOLUMEDOWN }, |
163 | {KE_KEY, 0x15, KEY_VOLUMEUP }, | 163 | {KE_KEY, 0x15, KEY_VOLUMEUP }, |
164 | {KE_KEY, 0x1a, KEY_COFFEE }, | ||
165 | {KE_KEY, 0x1b, KEY_ZOOM }, | ||
166 | {KE_KEY, 0x1c, KEY_PROG2 }, | ||
167 | {KE_KEY, 0x1d, KEY_PROG3 }, | ||
164 | {KE_KEY, 0x30, KEY_SWITCHVIDEOMODE }, | 168 | {KE_KEY, 0x30, KEY_SWITCHVIDEOMODE }, |
165 | {KE_KEY, 0x31, KEY_SWITCHVIDEOMODE }, | 169 | {KE_KEY, 0x31, KEY_SWITCHVIDEOMODE }, |
166 | {KE_KEY, 0x32, KEY_SWITCHVIDEOMODE }, | 170 | {KE_KEY, 0x32, KEY_SWITCHVIDEOMODE }, |