asus-laptop: add some keys found on Lenovo SL500
authorCorentin Chary <corentin.chary@gmail.com>
Thu, 15 Dec 2011 07:27:38 +0000 (08:27 +0100)
committerMatthew Garrett <mjg@redhat.com>
Tue, 20 Mar 2012 16:02:18 +0000 (12:02 -0400)
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/asus-laptop.c

index c1125b3..e38f91b 100644 (file)
@@ -297,6 +297,7 @@ static const struct key_entry asus_keymap[] = {
        {KE_KEY, 0x02, { KEY_SCREENLOCK } },
        {KE_KEY, 0x05, { KEY_WLAN } },
        {KE_KEY, 0x08, { KEY_F13 } },
+       {KE_KEY, 0x09, { KEY_PROG2 } }, /* Dock */
        {KE_KEY, 0x17, { KEY_ZOOM } },
        {KE_KEY, 0x1f, { KEY_BATTERY } },
        /* End of Lenovo SL Specific keycodes */
@@ -322,6 +323,8 @@ static const struct key_entry asus_keymap[] = {
        {KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } },
        {KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } },
        {KE_KEY, 0x6B, { KEY_F13 } }, /* Lock Touchpad */
+       {KE_KEY, 0x6C, { KEY_SLEEP } }, /* Suspend */
+       {KE_KEY, 0x6D, { KEY_SLEEP } }, /* Hibernate */
        {KE_KEY, 0x7E, { KEY_BLUETOOTH } },
        {KE_KEY, 0x7D, { KEY_BLUETOOTH } },
        {KE_KEY, 0x82, { KEY_CAMERA } },