ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks
authorHans de Goede <hdegoede@redhat.com>
Thu, 15 Dec 2022 09:44:43 +0000 (10:44 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Dec 2022 16:35:29 +0000 (17:35 +0100)
commit7203481fd12b1257938519efb2460ea02b9236ee
tree864989aa789c8073bac5792c30845e33a1aa7830
parentf3cb9b740869712d448edf3b9ef5952b847caf8b
ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks

The Asus ExpertBook B2502 has the same keyboard issue as Asus Vivobook
K3402ZA/K3502ZA. The kernel overrides IRQ 1 to Edge_High when it
should be Active_Low.

This patch adds the ExpertBook B2502 model to the existing
quirk list of Asus laptops with this issue.

Fixes: b5f9223a105d ("ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA")
Link: https://bugzilla.redhat.com/show_bug.cgi?id=2142574
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c