platform/x86: dell-wmi: Ignore suspend notifications
commit a7990957fa upstream.
Some machines like the Dell G15 5155 emit WMI events when
suspending/resuming. Ignore those WMI events.
Tested-by: siddharth.manthan@gmail.com
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Acked-by: Pali Rohár <pali@kernel.org>
Link: https://lore.kernel.org/r/20241014220529.397390-1-W_Armin@gmx.de
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4fc0d8660e
commit
e1ce098ea0
@@ -263,6 +263,15 @@ static const struct key_entry dell_wmi_keymap_type_0010[] = {
|
||||
/*Speaker Mute*/
|
||||
{ KE_KEY, 0x109, { KEY_MUTE} },
|
||||
|
||||
/* S2Idle screen off */
|
||||
{ KE_IGNORE, 0x120, { KEY_RESERVED }},
|
||||
|
||||
/* Leaving S4 or S2Idle suspend */
|
||||
{ KE_IGNORE, 0x130, { KEY_RESERVED }},
|
||||
|
||||
/* Entering S2Idle suspend */
|
||||
{ KE_IGNORE, 0x140, { KEY_RESERVED }},
|
||||
|
||||
/* Mic mute */
|
||||
{ KE_KEY, 0x150, { KEY_MICMUTE } },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user