Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+6
+6
drivers/acpi/x86/utils.c
··· 219 219 DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 14 7425 2-in-1"), 220 220 } 221 221 }, 222 + { 223 + .matches = { 224 + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 225 + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 16 5625"), 226 + } 227 + }, 222 228 {} 223 229 }; 224 230