All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Skip IRQ1 override for two laptops
@ 2022-06-20 15:30 Chuanhong Guo
  2022-06-20 15:30 ` [PATCH v3 1/3] ACPI: skip IRQ1 override on Lenovo ThinkBook 14G4+ ARA Chuanhong Guo
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Chuanhong Guo @ 2022-06-20 15:30 UTC (permalink / raw)
  To: linux-acpi; +Cc: Chuanhong Guo, Rafael J. Wysocki, Len Brown, open list

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-30  1:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20 15:30 [PATCH v3 0/3] Skip IRQ1 override for two laptops Chuanhong Guo
2022-06-20 15:30 ` [PATCH v3 1/3] ACPI: skip IRQ1 override on Lenovo ThinkBook 14G4+ ARA Chuanhong Guo
2022-06-20 15:30 ` [PATCH v3 2/3] ACPI: skip IRQ1 override on Redmi Book Pro 15 2022 Chuanhong Guo
2022-06-20 15:30 ` [PATCH v3 3/3] ACPI: skip IRQ1 override on Asus Zenbook S 13 OLED UM5302 Chuanhong Guo
2022-06-29 17:44 ` [PATCH v3 0/3] Skip IRQ1 override for two laptops Rafael J. Wysocki
2022-06-30  1:28   ` Chuanhong Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.