Message ID | 20220620153045.11129-1-gch981213@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Skip IRQ1 override for two laptops | expand |
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 >
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.