We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1bdc1 commit 632f1b9Copy full SHA for 632f1b9
drivers/nvme/host/pci.c
@@ -2987,7 +2987,8 @@ static unsigned long check_vendor_combination_bug(struct pci_dev *pdev)
2987
* because of high power consumption (> 2 Watt) in s2idle
2988
* sleep. Only some boards with Intel CPU are affected.
2989
*/
2990
- if (dmi_match(DMI_BOARD_NAME, "GMxPXxx") ||
+ if (dmi_match(DMI_BOARD_NAME, "DN50Z-140HC-YD") ||
2991
+ dmi_match(DMI_BOARD_NAME, "GMxPXxx") ||
2992
dmi_match(DMI_BOARD_NAME, "PH4PG31") ||
2993
dmi_match(DMI_BOARD_NAME, "PH4PRX1_PH6PRX1") ||
2994
dmi_match(DMI_BOARD_NAME, "PH6PG01_PH6PG71"))
0 commit comments