Skip to content

Commit 2124bec

Browse files
superm1rafaeljw
authored andcommitted
ACPI: x86: Add another system to quirk list for forcing StorageD3Enable
commit 018d671 ("ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable") introduced a quirk to allow a system with ambiguous use of _ADR 0 to force StorageD3Enable. Julius Brockmann reports that Inspiron 16 5625 suffers that same symptoms. Add this other system to the list as well. Link: https://bugzilla.kernel.org/show_bug.cgi?id=216440 Reported-and-tested-by: Julius Brockmann <[email protected]> Signed-off-by: Mario Limonciello <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 247f34f commit 2124bec

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)