Message ID | 20220620153045.11129-4-gch981213@gmail.com (mailing list archive) |
---|---|
State | Changes Requested, archived |
Headers | show |
Series | Skip IRQ1 override for two laptops | expand |
diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index 30c0d85b2bf2..eff615f51d07 100644 --- a/drivers/acpi/resource.c +++ b/drivers/acpi/resource.c @@ -400,6 +400,13 @@ static const struct dmi_system_id medion_laptop[] = { }; static const struct dmi_system_id irq1_edge_low_shared[] = { + { + .ident = "Asus Zenbook S 13 OLED UM5302", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_BOARD_NAME, "UM5302TA"), + }, + }, { .ident = "Lenovo ThinkBook 14 G4+ ARA", .matches = {