ACPI: button: Drop no longer necessary Asus T200TA lid_init_state quirk
commit2b6022a32e1c6e740a5929951d9d8cbed3b162b1
authorHans de Goede <hdegoede@redhat.com>
Sun, 19 Apr 2020 15:16:13 +0000 (19 17:16 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Apr 2020 08:37:15 +0000 (20 10:37 +0200)
tree0be36999a30c532ba96cc5e7b4494d3c74cb7c8b
parentae83d0b416db002fe95601e7f97f64b59514d936
ACPI: button: Drop no longer necessary Asus T200TA lid_init_state quirk

Commit 17e5888e4e18 ("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: 17e5888e4e18 ("x86: Select HARDIRQS_SW_RESEND on x86")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/button.c