diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index 85ae394e793e..b8378033117d 100644 --- a/drivers/acpi/resource.c +++ b/drivers/acpi/resource.c @@ -550,6 +550,18 @@ static const struct dmi_system_id pcspecialist_laptop[] = { DMI_MATCH(DMI_BOARD_NAME, "GM6BG0Q"), }, }, + { + /* Infinity E15-5A165-BM */ + .matches = { + DMI_MATCH(DMI_BOARD_NAME, "GM5RG1E0009COM"), + }, + }, + { + /* Infinity E15-5A305-1M */ + .matches = { + DMI_MATCH(DMI_BOARD_NAME, "GM5RGEE0016COM"), + }, + }, { } };