Message ID | 87il4a4ipc.fsf_-_@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v2] ACPI: resource: Force irq1 edge low override on Infinity laptops | expand |
diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index 297a88587031..6b64ea4e9c80 100644 --- a/drivers/acpi/resource.c +++ b/drivers/acpi/resource.c @@ -484,6 +484,18 @@ static const struct dmi_system_id tongfang_gm_rg[] = { DMI_MATCH(DMI_BOARD_NAME, "GMxRGxx"), }, }, + { + /* Infinity E15-5A165-BM */ + .matches = { + DMI_MATCH(DMI_BOARD_NAME, "GM5RG1E0009COM"), + }, + }, + { + /* Infinity E15-5A305-1M */ + .matches = { + DMI_MATCH(DMI_BOARD_NAME, "GM5RGEE0016COM"), + }, + }, { } };