asus-laptop: map some new keys
authorCorentin Chary <corentin.chary@gmail.com>
Wed, 3 Oct 2012 09:26:25 +0000 (11:26 +0200)
committerMatthew Garrett <matthew.garrett@nebula.com>
Sun, 24 Feb 2013 22:49:55 +0000 (14:49 -0800)
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/asus-laptop.c
drivers/platform/x86/asus-nb-wmi.c

index d9f9a0d..062ddd7 100644 (file)
@@ -314,6 +314,8 @@ static const struct key_entry asus_keymap[] = {
        {KE_KEY, 0x50, { KEY_EMAIL } },
        {KE_KEY, 0x51, { KEY_WWW } },
        {KE_KEY, 0x55, { KEY_CALC } },
+       {KE_IGNORE, 0x57, },  /* Battery mode */
+       {KE_IGNORE, 0x58, },  /* AC mode */
        {KE_KEY, 0x5C, { KEY_SCREENLOCK } },  /* Screenlock */
        {KE_KEY, 0x5D, { KEY_WLAN } },
        {KE_KEY, 0x5E, { KEY_WLAN } },
@@ -325,6 +327,7 @@ static const struct key_entry asus_keymap[] = {
        {KE_KEY, 0x6B, { KEY_F13 } }, /* Lock Touchpad */
        {KE_KEY, 0x6C, { KEY_SLEEP } }, /* Suspend */
        {KE_KEY, 0x6D, { KEY_SLEEP } }, /* Hibernate */
+       {KE_IGNORE, 0x6E, },  /* Low Battery notification */
        {KE_KEY, 0x7E, { KEY_BLUETOOTH } },
        {KE_KEY, 0x7D, { KEY_BLUETOOTH } },
        {KE_KEY, 0x82, { KEY_CAMERA } },
index be79040..b70425c 100644 (file)
@@ -185,6 +185,7 @@ static const struct key_entry asus_nb_wmi_keymap[] = {
        { KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } },
        { KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } },
        { KE_KEY, 0x6B, { KEY_TOUCHPAD_TOGGLE } },
+       { KE_IGNORE, 0x6E, },  /* Low Battery notification */
        { KE_KEY, 0x7D, { KEY_BLUETOOTH } },
        { KE_KEY, 0x7E, { KEY_BLUETOOTH } },
        { KE_KEY, 0x82, { KEY_CAMERA } },