Commit bc40cce201b69ab25178565e298d9482a5876306
Committed by
Matthew Garrett
1 parent
5628e5aa12
Exists in
master
and in
4 other branches
eeepc-wmi: add wlan key found on 1015P
Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
drivers/platform/x86/eeepc-wmi.c
... | ... | @@ -82,6 +82,7 @@ |
82 | 82 | { KE_KEY, 0x5c, { KEY_F15 } }, |
83 | 83 | { KE_KEY, 0x5d, { KEY_WLAN } }, |
84 | 84 | { KE_KEY, 0x6b, { KEY_F13 } }, /* Disable Touchpad */ |
85 | + { KE_KEY, 0x88, { KEY_WLAN } }, | |
85 | 86 | { KE_KEY, 0xcc, { KEY_SWITCHVIDEOMODE } }, |
86 | 87 | { KE_KEY, 0xe0, { KEY_PROG1 } }, |
87 | 88 | { KE_KEY, 0xe1, { KEY_F14 } }, |