Skip to content

Commit 65a97a6

Browse files
palidvhart
authored andcommitted
dell-wmi: Ignore WMI event 0xe00e
WMI event 0xe00e is received when battery was removed or inserted. Signed-off-by: Pali Rohár <[email protected]> Signed-off-by: Darren Hart <[email protected]>
1 parent 29b4817 commit 65a97a6

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)