diff options
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index dd926b913ec9..0325f7c2d7a0 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c | |||
@@ -288,6 +288,7 @@ static struct key_entry asus_keymap[] = { | |||
288 | {KE_KEY, 0x41, KEY_NEXTSONG}, | 288 | {KE_KEY, 0x41, KEY_NEXTSONG}, |
289 | {KE_KEY, 0x43, KEY_STOPCD}, | 289 | {KE_KEY, 0x43, KEY_STOPCD}, |
290 | {KE_KEY, 0x45, KEY_PLAYPAUSE}, | 290 | {KE_KEY, 0x45, KEY_PLAYPAUSE}, |
291 | {KE_KEY, 0x4c, KEY_MEDIA}, | ||
291 | {KE_KEY, 0x50, KEY_EMAIL}, | 292 | {KE_KEY, 0x50, KEY_EMAIL}, |
292 | {KE_KEY, 0x51, KEY_WWW}, | 293 | {KE_KEY, 0x51, KEY_WWW}, |
293 | {KE_KEY, 0x5C, KEY_SCREENLOCK}, /* Screenlock */ | 294 | {KE_KEY, 0x5C, KEY_SCREENLOCK}, /* Screenlock */ |