Skip to content

Commit 6faf4ce

Browse files
committed
Merge branch 'acpi-x86'
* acpi-x86: ACPI: x86: Add another system to quirk list for forcing StorageD3Enable
2 parents dd183e3 + 2124bec commit 6faf4ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/acpi/x86/utils.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ static const struct dmi_system_id force_storage_d3_dmi[] = {
219219
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 14 7425 2-in-1"),
220220
}
221221
},
222+
{
223+
.matches = {
224+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
225+
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 16 5625"),
226+
}
227+
},
222228
{}
223229
};
224230

0 commit comments

Comments
 (0)