Skip to content

Commit 2b6022a

Browse files
jwrdegoederafaeljw
authored andcommitted
ACPI: button: Drop no longer necessary Asus T200TA lid_init_state quirk
Commit 17e5888 ("x86: Select HARDIRQS_SW_RESEND on x86") fixes the edge-triggered embedded-controller (WC) IRQ not being replayed after resume when woken by opening the lid, which gets signaled by the EC. This means that the lid_init_state=ACPI_BUTTON_LID_INIT_OPEN quirk for the Asus T200TA is no longer necessary, the lid now works properly without it, so drop the quirk. Fixes: 17e5888 ("x86: Select HARDIRQS_SW_RESEND on x86") Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent ae83d0b commit 2b6022a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

drivers/acpi/button.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,6 @@ static const struct dmi_system_id dmi_lid_quirks[] = {
8787
},
8888
.driver_data = (void *)(long)ACPI_BUTTON_LID_INIT_DISABLED,
8989
},
90-
{
91-
/*
92-
* Asus T200TA, _LID keeps reporting closed after every second
93-
* openening of the lid. Causing immediate re-suspend after
94-
* opening every other open. Using LID_INIT_OPEN fixes this.
95-
*/
96-
.matches = {
97-
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
98-
DMI_MATCH(DMI_PRODUCT_NAME, "T200TA"),
99-
},
100-
.driver_data = (void *)(long)ACPI_BUTTON_LID_INIT_OPEN,
101-
},
10290
{
10391
/* GP-electronic T701, _LID method points to a floating GPIO */
10492
.matches = {

0 commit comments

Comments
 (0)