]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ata: libata-core: Disable LPM on ST2000DM008-2FR102
authorNiklas Cassel <cassel@kernel.org>
Tue, 9 Dec 2025 04:24:00 +0000 (05:24 +0100)
committerDamien Le Moal <dlemoal@kernel.org>
Tue, 16 Dec 2025 05:23:10 +0000 (14:23 +0900)
According to a user report, the ST2000DM008-2FR102 has problems with LPM.

Reported-by: Emerson Pinter <e@pinter.dev>
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=220693
Signed-off-by: Niklas Cassel <cassel@kernel.org>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
drivers/ata/libata-core.c

index 0b24bd169d61dd7cc4e1d80fd38ac4adcf935047..09d8c035fcdf99bfdccff581a0375e4c890740d3 100644 (file)
@@ -4143,6 +4143,9 @@ static const struct ata_dev_quirks_entry __ata_dev_quirks[] = {
        { "ST3320[68]13AS",     "SD1[5-9]",     ATA_QUIRK_NONCQ |
                                                ATA_QUIRK_FIRMWARE_WARN },
 
+       /* Seagate disks with LPM issues */
+       { "ST2000DM008-2FR102", NULL,           ATA_QUIRK_NOLPM },
+
        /* drives which fail FPDMA_AA activation (some may freeze afterwards)
           the ST disks also have LPM issues */
        { "ST1000LM024 HN-M101MBB", NULL,       ATA_QUIRK_BROKEN_FPDMA_AA |