Skip to content

Commit 6f29d39

Browse files
committed
ata: ahci: Use correct BIOS build date for ThinkPad W541 quirk
Fix the TODO in ahci_broken_lpm() by using the proper BIOS build date. The proper BIOS build date was provided by Hans, see Link. Link: https://lore.kernel.org/linux-ide/6ea509c8-b38d-4941-8a29-c1117ff3dd5b@redhat.com/ Reviewed-by: Damien Le Moal <dlemoal@kernel.org> Reviewed-by: Hans de Goede <hansg@kernel.org> Link: https://lore.kernel.org/r/20250610110757.1318959-6-cassel@kernel.org Signed-off-by: Niklas Cassel <cassel@kernel.org>
1 parent 3e53787 commit 6f29d39

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

drivers/ata/ahci.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,13 +1438,7 @@ static bool ahci_broken_lpm(struct pci_dev *pdev)
14381438
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
14391439
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad W541"),
14401440
},
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 */
1441+
.driver_data = "20180409", /* 2.35 */
14481442
},
14491443
{ } /* terminate list */
14501444
};

0 commit comments

Comments
 (0)