Message ID | 20240408103207.197423-7-kovalev@altlinux.org |
---|---|
State | New |
Headers | show |
Series | ACPI: resource: Add IRQ override quirks (backport changes from v6.9-rc3) | expand |
diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index eebfc26c325866..a14a1adaac99a0 100644 --- a/drivers/acpi/resource.c +++ b/drivers/acpi/resource.c @@ -534,9 +534,13 @@ static const struct dmi_system_id maingear_laptop[] = { static const struct dmi_system_id pcspecialist_laptop[] = { { .ident = "PCSpecialist Elimina Pro 16 M", + /* + * Some models have product-name "Elimina Pro 16 M", + * others "GM6BGEQ". Match on board-name to match both. + */ .matches = { DMI_MATCH(DMI_SYS_VENDOR, "PCSpecialist"), - DMI_MATCH(DMI_PRODUCT_NAME, "Elimina Pro 16 M"), + DMI_MATCH(DMI_BOARD_NAME, "GM6BGEQ"), }, }, { }