Skip to content

Commit

Permalink
Merge branch 'acpi-x86'
Browse files Browse the repository at this point in the history
* acpi-x86:
  ACPI: x86: Add another system to quirk list for forcing StorageD3Enable
  • Loading branch information
rafaeljw committed Nov 5, 2022
2 parents dd183e3 + 2124bec commit 6faf4ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/acpi/x86/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,12 @@ static const struct dmi_system_id force_storage_d3_dmi[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 14 7425 2-in-1"),
}
},
{
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 16 5625"),
}
},
{}
};

Expand Down

0 comments on commit 6faf4ce

Please sign in to comment.