diff options
author | Corentin Chary <corentincj@iksaif.net> | 2010-08-24 03:30:45 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-10-21 09:36:44 -0400 |
commit | b58baecddee634903f339b7f7e9db7fc2a1449f1 (patch) | |
tree | 1fb990d06b2b17f84f6e863a57b53b1820e32fec /drivers/platform | |
parent | 71e687dc499819caa0d6ee0f80dcda1d5c24b5b2 (diff) |
asus-laptop: Add key found on Asus N61JQ
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform')
-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 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[] = { | |||
278 | {KE_KEY, 0x99, { KEY_PHONE } }, | 278 | {KE_KEY, 0x99, { KEY_PHONE } }, |
279 | {KE_KEY, 0xc4, { KEY_KBDILLUMUP } }, | 279 | {KE_KEY, 0xc4, { KEY_KBDILLUMUP } }, |
280 | {KE_KEY, 0xc5, { KEY_KBDILLUMDOWN } }, | 280 | {KE_KEY, 0xc5, { KEY_KBDILLUMDOWN } }, |
281 | {KE_KEY, 0xb5, { KEY_CALC } }, | ||
281 | {KE_END, 0}, | 282 | {KE_END, 0}, |
282 | }; | 283 | }; |
283 | 284 | ||