diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-11-05 22:01:25 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-11-05 22:01:25 +0300 |
commit | 6faf4ce500d658bcf4d1fe6fe5de2d4d50366e25 (patch) | |
tree | 7923cb2929ebd22305fda1dfac525216d7f39849 /drivers | |
parent | dd183e320524f076a765ec441193deb90bd53836 (diff) | |
parent | 2124becad797245d49252d2d733aee0322233d7e (diff) | |
download | linux-6faf4ce500d658bcf4d1fe6fe5de2d4d50366e25.tar.xz |
Merge branch 'acpi-x86'
* acpi-x86:
ACPI: x86: Add another system to quirk list for forcing StorageD3Enable
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/x86/utils.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/x86/utils.c b/drivers/acpi/x86/utils.c index f8a2cbdc0ce2..d7d3f1669d4c 100644 --- a/drivers/acpi/x86/utils.c +++ b/drivers/acpi/x86/utils.c @@ -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"), + } + }, {} }; |