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 3e53787 commit 6f29d39Copy full SHA for 6f29d39
drivers/ata/ahci.c
@@ -1438,13 +1438,7 @@ static bool ahci_broken_lpm(struct pci_dev *pdev)
1438
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
1439
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad W541"),
1440
},
1441
- /*
1442
- * Note date based on release notes, 2.35 has been
1443
- * reported to be good, but I've been unable to get
1444
- * a hold of the reporter to get the DMI BIOS date.
1445
- * TODO: fix this.
1446
- */
1447
- .driver_data = "20180310", /* 2.35 */
+ .driver_data = "20180409", /* 2.35 */
1448
1449
{ } /* terminate list */
1450
};
0 commit comments