diff options
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 3 | ||||
-rw-r--r-- | drivers/platform/x86/asus-nb-wmi.c | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index d9f9a0dbc6f3..062ddd7791cc 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c | |||
@@ -314,6 +314,8 @@ static const struct key_entry asus_keymap[] = { | |||
314 | {KE_KEY, 0x50, { KEY_EMAIL } }, | 314 | {KE_KEY, 0x50, { KEY_EMAIL } }, |
315 | {KE_KEY, 0x51, { KEY_WWW } }, | 315 | {KE_KEY, 0x51, { KEY_WWW } }, |
316 | {KE_KEY, 0x55, { KEY_CALC } }, | 316 | {KE_KEY, 0x55, { KEY_CALC } }, |
317 | {KE_IGNORE, 0x57, }, /* Battery mode */ | ||
318 | {KE_IGNORE, 0x58, }, /* AC mode */ | ||
317 | {KE_KEY, 0x5C, { KEY_SCREENLOCK } }, /* Screenlock */ | 319 | {KE_KEY, 0x5C, { KEY_SCREENLOCK } }, /* Screenlock */ |
318 | {KE_KEY, 0x5D, { KEY_WLAN } }, | 320 | {KE_KEY, 0x5D, { KEY_WLAN } }, |
319 | {KE_KEY, 0x5E, { KEY_WLAN } }, | 321 | {KE_KEY, 0x5E, { KEY_WLAN } }, |
@@ -325,6 +327,7 @@ static const struct key_entry asus_keymap[] = { | |||
325 | {KE_KEY, 0x6B, { KEY_F13 } }, /* Lock Touchpad */ | 327 | {KE_KEY, 0x6B, { KEY_F13 } }, /* Lock Touchpad */ |
326 | {KE_KEY, 0x6C, { KEY_SLEEP } }, /* Suspend */ | 328 | {KE_KEY, 0x6C, { KEY_SLEEP } }, /* Suspend */ |
327 | {KE_KEY, 0x6D, { KEY_SLEEP } }, /* Hibernate */ | 329 | {KE_KEY, 0x6D, { KEY_SLEEP } }, /* Hibernate */ |
330 | {KE_IGNORE, 0x6E, }, /* Low Battery notification */ | ||
328 | {KE_KEY, 0x7E, { KEY_BLUETOOTH } }, | 331 | {KE_KEY, 0x7E, { KEY_BLUETOOTH } }, |
329 | {KE_KEY, 0x7D, { KEY_BLUETOOTH } }, | 332 | {KE_KEY, 0x7D, { KEY_BLUETOOTH } }, |
330 | {KE_KEY, 0x82, { KEY_CAMERA } }, | 333 | {KE_KEY, 0x82, { KEY_CAMERA } }, |
diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c index be790402e0f1..b70425c58638 100644 --- a/drivers/platform/x86/asus-nb-wmi.c +++ b/drivers/platform/x86/asus-nb-wmi.c | |||
@@ -185,6 +185,7 @@ static const struct key_entry asus_nb_wmi_keymap[] = { | |||
185 | { KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } }, | 185 | { KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } }, |
186 | { KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } }, | 186 | { KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } }, |
187 | { KE_KEY, 0x6B, { KEY_TOUCHPAD_TOGGLE } }, | 187 | { KE_KEY, 0x6B, { KEY_TOUCHPAD_TOGGLE } }, |
188 | { KE_IGNORE, 0x6E, }, /* Low Battery notification */ | ||
188 | { KE_KEY, 0x7D, { KEY_BLUETOOTH } }, | 189 | { KE_KEY, 0x7D, { KEY_BLUETOOTH } }, |
189 | { KE_KEY, 0x7E, { KEY_BLUETOOTH } }, | 190 | { KE_KEY, 0x7E, { KEY_BLUETOOTH } }, |
190 | { KE_KEY, 0x82, { KEY_CAMERA } }, | 191 | { KE_KEY, 0x82, { KEY_CAMERA } }, |