aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/platform/x86/asus-nb-wmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c
index 136ff2b4cce5..db2af09067db 100644
--- a/drivers/platform/x86/asus-nb-wmi.c
+++ b/drivers/platform/x86/asus-nb-wmi.c
@@ -496,6 +496,7 @@ static const struct key_entry asus_nb_wmi_keymap[] = {
496 { KE_KEY, 0xC4, { KEY_KBDILLUMUP } }, 496 { KE_KEY, 0xC4, { KEY_KBDILLUMUP } },
497 { KE_KEY, 0xC5, { KEY_KBDILLUMDOWN } }, 497 { KE_KEY, 0xC5, { KEY_KBDILLUMDOWN } },
498 { KE_IGNORE, 0xC6, }, /* Ambient Light Sensor notification */ 498 { KE_IGNORE, 0xC6, }, /* Ambient Light Sensor notification */
499 { KE_KEY, 0xFA, { KEY_PROG2 } }, /* Lid flip action */
499 { KE_END, 0}, 500 { KE_END, 0},
500}; 501};
501 502