The IRQ1 of these two laptops with Ryzen 6000 and Insyde UEFI are active low, as described in ACPI DSDT. The kernel override made their keyboard non-functional. This patchset skips override for them. Changes since v1: Match DMI DMI_PRODUCT_NAME for ThinkBook because the board name is used for other completely different Lenovo laptops. Add a patch for RedmiBook Chuanhong Guo (1): ACPI: skip IRQ1 override on Lenovo ThinkBook 14G4+ ARA Tighe Donnelly (1): ACPI: skip IRQ1 override on Redmi Book Pro 15 2022 drivers/acpi/resource.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) -- 2.36.1