]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: button: Drop no longer necessary Asus T200TA lid_init_state quirk
authorHans de Goede <hdegoede@redhat.com>
Sun, 19 Apr 2020 15:16:13 +0000 (17:16 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Apr 2020 08:37:15 +0000 (10:37 +0200)
commit99d6aba7967d2c8afe78fe0a0c0e4e85568634d6
tree0be36999a30c532ba96cc5e7b4494d3c74cb7c8b
parent9b3ba36095d0fe4ace7a94fa411734a70b2bcbe8
ACPI: button: Drop no longer necessary Asus T200TA lid_init_state quirk

Commit 786105ffc2ca ("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: 786105ffc2ca ("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