Skip to content

Commit

Permalink
libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD
Browse files Browse the repository at this point in the history
med_power_with_dipm still causes freezes after updating the firmware to
the latest version (DXT04L5Q).

Set model_rev to NULL and blacklist the device.

Cc: [email protected]
Signed-off-by: Diego Viola <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
diegoviola authored and axboe committed Nov 12, 2018
1 parent ca474b7 commit 410b5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4553,7 +4553,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
/* These specific Samsung models/firmware-revs do not handle LPM well */
{ "SAMSUNG MZMPC128HBFU-000MV", "CXM14M1Q", ATA_HORKAGE_NOLPM, },
{ "SAMSUNG SSD PM830 mSATA *", "CXM13D1Q", ATA_HORKAGE_NOLPM, },
{ "SAMSUNG MZ7TD256HAFV-000L9", "DXT02L5Q", ATA_HORKAGE_NOLPM, },
{ "SAMSUNG MZ7TD256HAFV-000L9", NULL, ATA_HORKAGE_NOLPM, },

/* devices that don't properly handle queued TRIM commands */
{ "Micron_M500IT_*", "MU01", ATA_HORKAGE_NO_NCQ_TRIM |
Expand Down

0 comments on commit 410b5c7

Please sign in to comment.