Skip to content

Commit 2f5065a

Browse files
committed
Merge tag 'acpi-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI fix from Rafael Wysocki: "Add StorageD3Enable quirk for Dell Inspiron 16 5625 (Mario Limonciello)" * tag 'acpi-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: ACPI: x86: Add another system to quirk list for forcing StorageD3Enable
2 parents 4869f57 + 6faf4ce commit 2f5065a

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)