Commit 842b8544 authored by Shih-Yuan Lee (FourDollars)'s avatar Shih-Yuan Lee (FourDollars) Committed by Andy Shevchenko

platform/x86: dell-wmi: Add an event created by Dell Latitude 5495

The Dell Latitude 5495 has the mic mute key.
Signed-off-by: default avatarShih-Yuan Lee (FourDollars) <sylee@canonical.com>
Reviewed-by: default avatarPali Rohár <pali.rohar@gmail.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 1ea74a56
...@@ -261,6 +261,9 @@ static const u16 bios_to_linux_keycode[256] = { ...@@ -261,6 +261,9 @@ static const u16 bios_to_linux_keycode[256] = {
* override them. * override them.
*/ */
static const struct key_entry dell_wmi_keymap_type_0010[] = { static const struct key_entry dell_wmi_keymap_type_0010[] = {
/* Mic mute */
{ KE_KEY, 0x150, { KEY_MICMUTE } },
/* Fn-lock */ /* Fn-lock */
{ KE_IGNORE, 0x151, { KEY_RESERVED } }, { KE_IGNORE, 0x151, { KEY_RESERVED } },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment