Skip to content

Commit e1d009e

Browse files
committed
Merge tag 'platform-drivers-x86-v4.8-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
Pull x86 platform driver update from Darren Hart: "dell-wmi: ignore battery remove/insert event" * tag 'platform-drivers-x86-v4.8-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86: dell-wmi: Ignore WMI event 0xe00e
2 parents cb0d93a + 65a97a6 commit e1d009e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/platform/x86/dell-wmi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ static const struct key_entry dell_wmi_keymap_type_0000[] __initconst = {
110110
/* BIOS error detected */
111111
{ KE_IGNORE, 0xe00d, { KEY_RESERVED } },
112112

113-
/* Unknown, defined in ACPI DSDT */
114-
/* { KE_IGNORE, 0xe00e, { KEY_RESERVED } }, */
113+
/* Battery was removed or inserted */
114+
{ KE_IGNORE, 0xe00e, { KEY_RESERVED } },
115115

116116
/* Wifi Catcher */
117117
{ KE_KEY, 0xe011, { KEY_PROG2 } },

0 commit comments

Comments
 (0)