Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]
authorHans de Goede <hdegoede@redhat.com>
Mon, 7 Nov 2022 18:30:41 +0000 (10:30 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Dec 2022 16:41:10 +0000 (17:41 +0100)
commite12e121feb63a15a84c5b45fa4f7ddf0a916d6f2
tree6a5db78b4671754b4f50d4ec4dee1a3c78aa31f7
parent9f5c167074d3762236549ea2c9dce6b966ad2e99
Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]

[ Upstream commit e13757f52496444b994a7ac67b6e517a15d89bbc ]

Like on the Acer Switch 10 SW5-012, the Acer Switch V 10 SW5-017's _LID
method messes with home- and power-button GPIO IRQ settings, causing an
IRQ storm.

Add a quirk entry for the Acer Switch V 10 to the dmi_use_low_level_irq[]
DMI quirk list, to use low-level IRQs on this model, fixing the IRQ storm.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20221106215320.67109-2-hdegoede@redhat.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/input/misc/soc_button_array.c