From: Corentin Chary Date: Tue, 24 Aug 2010 07:30:45 +0000 (+0200) Subject: asus-laptop: Add key found on Asus N61JQ X-Git-Tag: v2.6.37-rc1~128^2~37 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b58baecddee634903f339b7f7e9db7fc2a1449f1;p=karo-tx-linux.git asus-laptop: Add key found on Asus N61JQ Signed-off-by: Corentin Chary Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index ffab9b45f0c8..27298a49c6d3 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c @@ -278,6 +278,7 @@ static const struct key_entry asus_keymap[] = { {KE_KEY, 0x99, { KEY_PHONE } }, {KE_KEY, 0xc4, { KEY_KBDILLUMUP } }, {KE_KEY, 0xc5, { KEY_KBDILLUMDOWN } }, + {KE_KEY, 0xb5, { KEY_CALC } }, {KE_END, 0}, };