2022-06-20 16:10:24

by Chuanhong Guo

[permalink] [raw]
Subject: [PATCH v3 0/3] Skip IRQ1 override for two laptops

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.

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


2022-06-29 18:02:28

by Rafael J. Wysocki

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

On Mon, Jun 20, 2022 at 5:30 PM Chuanhong Guo <[email protected]> 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
>

2022-06-30 01:46:52

by Chuanhong Guo

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

On Thu, Jun 30, 2022 at 1:44 AM Rafael J. Wysocki <[email protected]> wrote:
>
> On Mon, Jun 20, 2022 at 5:30 PM Chuanhong Guo <[email protected]> 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?

OK. I'll do that.

--
Regards,
Chuanhong Guo