Skip to content

Commit 9f6cf07

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 14fa3d1 commit 9f6cf07

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
@@ -4064,6 +4064,9 @@ static const struct ata_dev_quirks_entry __ata_dev_quirks[] = {
40644064
{ "ST3320[68]13AS", "SD1[5-9]", ATA_QUIRK_NONCQ |
40654065
ATA_QUIRK_FIRMWARE_WARN },
40664066

4067+
/* Seagate disks with LPM issues */
4068+
{ "ST2000DM008-2FR102", NULL, ATA_QUIRK_NOLPM },
4069+
40674070
/* drives which fail FPDMA_AA activation (some may freeze afterwards)
40684071
the ST disks also have LPM issues */
40694072
{ "ST1000LM024 HN-M101MBB", NULL, ATA_QUIRK_BROKEN_FPDMA_AA |

0 commit comments

Comments
 (0)