diff options
author | Corentin Chary <corentincj@iksaif.net> | 2009-12-03 02:45:13 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-09 15:54:33 -0500 |
commit | b39b85e74acfd62a22afc33a88a7bda36beb3367 (patch) | |
tree | d4f12a7d7903dc1bdb5a4611b25752b49e04d7fa /drivers/platform/x86/eeepc-laptop.c | |
parent | 1f0233eee9b385d78fda78626136c43e045082f7 (diff) |
eeepc-laptop: map keys found on newer eeepc
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform/x86/eeepc-laptop.c')
-rw-r--r-- | drivers/platform/x86/eeepc-laptop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 935ec4404f08..920d9d9f1f9c 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++ b/drivers/platform/x86/eeepc-laptop.c | |||
@@ -136,6 +136,7 @@ static const struct key_entry eeepc_keymap[] = { | |||
136 | {KE_KEY, 0x13, KEY_MUTE }, | 136 | {KE_KEY, 0x13, KEY_MUTE }, |
137 | {KE_KEY, 0x14, KEY_VOLUMEDOWN }, | 137 | {KE_KEY, 0x14, KEY_VOLUMEDOWN }, |
138 | {KE_KEY, 0x15, KEY_VOLUMEUP }, | 138 | {KE_KEY, 0x15, KEY_VOLUMEUP }, |
139 | {KE_KEY, 0x16, KEY_DISPLAY_OFF }, | ||
139 | {KE_KEY, 0x1a, KEY_COFFEE }, | 140 | {KE_KEY, 0x1a, KEY_COFFEE }, |
140 | {KE_KEY, 0x1b, KEY_ZOOM }, | 141 | {KE_KEY, 0x1b, KEY_ZOOM }, |
141 | {KE_KEY, 0x1c, KEY_PROG2 }, | 142 | {KE_KEY, 0x1c, KEY_PROG2 }, |
@@ -145,6 +146,8 @@ static const struct key_entry eeepc_keymap[] = { | |||
145 | {KE_KEY, 0x30, KEY_SWITCHVIDEOMODE }, | 146 | {KE_KEY, 0x30, KEY_SWITCHVIDEOMODE }, |
146 | {KE_KEY, 0x31, KEY_SWITCHVIDEOMODE }, | 147 | {KE_KEY, 0x31, KEY_SWITCHVIDEOMODE }, |
147 | {KE_KEY, 0x32, KEY_SWITCHVIDEOMODE }, | 148 | {KE_KEY, 0x32, KEY_SWITCHVIDEOMODE }, |
149 | {KE_KEY, 0x37, KEY_F13 }, /* Disable Touchpad */ | ||
150 | {KE_KEY, 0x38, KEY_F14 }, | ||
148 | {KE_END, 0}, | 151 | {KE_END, 0}, |
149 | }; | 152 | }; |
150 | 153 | ||