]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
asus-nb-wmi: ignore ALS notification key code
authorViktar Vauchkevich <victorenator@gmail.com>
Thu, 23 May 2013 04:17:11 +0000 (07:17 +0300)
committerMatthew Garrett <matthew.garrett@nebula.com>
Wed, 10 Jul 2013 19:42:46 +0000 (15:42 -0400)
Ignore Ambient Light Sensor notification key code 0xC6 found in ASUS UX31a.
When the illuminance changes dmesg shows:
[10814.939979] asus_wmi: Unknown key c6 pressed

Signed-off-by: Viktar Vauchkevich <victorenator@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/asus-nb-wmi.c

index 8fcb41e18b9cd6ad508001d33d86665f4955816c..7340566c58655bdef66a5452bfa95dc3cbcb3565 100644 (file)
@@ -256,6 +256,7 @@ static const struct key_entry asus_nb_wmi_keymap[] = {
        { KE_KEY, 0xB5, { KEY_CALC } },
        { KE_KEY, 0xC4, { KEY_KBDILLUMUP } },
        { KE_KEY, 0xC5, { KEY_KBDILLUMDOWN } },
+       { KE_IGNORE, 0xC6, },  /* Ambient Light Sensor notification */
        { KE_END, 0},
 };