Re: [PATCH v3 0/3] Skip IRQ1 override for two laptops

From: Rafael J. Wysocki
Date: Wed Jun 29 2022 - 13:45:03 EST


On Mon, Jun 20, 2022 at 5:30 PM Chuanhong Guo <gch981213@xxxxxxxxx> wrote:
>
> The IRQ1 of these laptops with Ryzen 6000 and Insyde UEFI are
> active low and defined in legacy format in ACPI DSDT. The
> kernel override made their keyboard non-functional.
> This patchset skips override for them.

Can you please merge the three patches in this series into one patch
and put the above information into its changelog?

> Changes since v1:
> Match DMI_PRODUCT_NAME for ThinkBook because the board name
> is used for other completely different Lenovo laptops.
> Add a patch for RedmiBook
>
> Changes since v2:
> Fix alphabetical order in skip_override_table
> Add a patch for Asus Zenbook
>
> Chuanhong Guo (1):
> ACPI: skip IRQ1 override on Lenovo ThinkBook 14G4+ ARA
>
> Kent Hou Man (1):
> ACPI: skip IRQ1 override on Asus Zenbook S 13 OLED UM5302
>
> Tighe Donnelly (1):
> ACPI: skip IRQ1 override on Redmi Book Pro 15 2022
>
> drivers/acpi/resource.c | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> --
> 2.36.1
>