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

Chuanhong Guo posted 3 patches 3 years, 10 months ago
drivers/acpi/resource.c | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
[PATCH v3 0/3] Skip IRQ1 override for two laptops
Posted by Chuanhong Guo 3 years, 10 months ago
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
Re: [PATCH v3 0/3] Skip IRQ1 override for two laptops
Posted by Rafael J. Wysocki 3 years, 9 months ago
On Mon, Jun 20, 2022 at 5:30 PM Chuanhong Guo <gch981213@gmail.com> 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
>
Re: [PATCH v3 0/3] Skip IRQ1 override for two laptops
Posted by Chuanhong Guo 3 years, 9 months ago
On Thu, Jun 30, 2022 at 1:44 AM Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> On Mon, Jun 20, 2022 at 5:30 PM Chuanhong Guo <gch981213@gmail.com> 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