Skip to content

Commit a70fd48

Browse files
floatiousgregkh
authored andcommitted
ata: libata-core: Disable LPM on ST2000DM008-2FR102
[ Upstream commit ba624ba ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 09d6074 commit a70fd48

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/ata/libata-core.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4132,6 +4132,9 @@ static const struct ata_dev_quirks_entry __ata_dev_quirks[] = {
41324132
{ "ST3320[68]13AS", "SD1[5-9]", ATA_QUIRK_NONCQ |
41334133
ATA_QUIRK_FIRMWARE_WARN },
41344134

4135+
/* Seagate disks with LPM issues */
4136+
{ "ST2000DM008-2FR102", NULL, ATA_QUIRK_NOLPM },
4137+
41354138
/* drives which fail FPDMA_AA activation (some may freeze afterwards)
41364139
the ST disks also have LPM issues */
41374140
{ "ST1000LM024 HN-M101MBB", NULL, ATA_QUIRK_BROKEN_FPDMA_AA |

0 commit comments

Comments
 (0)