libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
[pandora-kernel.git] / drivers / ata / libata-core.c
index 0c98594..532450c 100644 (file)
@@ -4161,6 +4161,10 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
        /* The 512GB version of the MX100 has LPM issues */
        { "Crucial_CT512MX100*",        NULL,   ATA_HORKAGE_NOLPM, },
 
+       /* 480GB+ M500 SSDs have LPM issues */
+       { "Crucial_CT480M500*",         NULL,   ATA_HORKAGE_NOLPM, },
+       { "Crucial_CT960M500*",         NULL,   ATA_HORKAGE_NOLPM, },
+
        /* devices that don't properly handle TRIM commands */
        { "SuperSSpeed S238*",          NULL,   ATA_HORKAGE_NOTRIM, },