diff options
-rw-r--r-- | drivers/platform/x86/topstar-laptop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/topstar-laptop.c b/drivers/platform/x86/topstar-laptop.c index 4c20447ddbb7..d528daa0e81c 100644 --- a/drivers/platform/x86/topstar-laptop.c +++ b/drivers/platform/x86/topstar-laptop.c | |||
@@ -41,6 +41,7 @@ static const struct key_entry topstar_keymap[] = { | |||
41 | { KE_KEY, 0x8c, { KEY_MEDIA } }, | 41 | { KE_KEY, 0x8c, { KEY_MEDIA } }, |
42 | 42 | ||
43 | /* Known non hotkey events don't handled or that we don't care yet */ | 43 | /* Known non hotkey events don't handled or that we don't care yet */ |
44 | { KE_IGNORE, 0x82, }, /* backlight event */ | ||
44 | { KE_IGNORE, 0x8e, }, | 45 | { KE_IGNORE, 0x8e, }, |
45 | { KE_IGNORE, 0x8f, }, | 46 | { KE_IGNORE, 0x8f, }, |
46 | { KE_IGNORE, 0x90, }, | 47 | { KE_IGNORE, 0x90, }, |