| Submitter | Tejun Heo |
|---|---|
| Date | Jan. 24, 2011, 4:01 p.m. |
| Message ID | <20110124160125.GC27510@htj.dyndns.org> |
| Download | mbox | patch |
| Permalink | /patch/80193/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Hello. Tejun Heo wrote: > From: Francesco Antonacci <fraanto@gmail.com> > PIONEER DVR-212D can't to SETXFER like its sibling DVRTD08. Add s/to/do/? > ATA_HORKAGE_NOSETXFER for it. Reported in bko#27502. > https://bugzilla.kernel.org/show_bug.cgi?id=27502 > Signed-off-by: Francesco Antonacci <fraanto@gmail.com> > Acked-by: Tejun Heo <tj@kernel.org> WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index a31fe96..d4e52e2 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -4138,6 +4138,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = { * device and controller are SATA. */ { "PIONEER DVD-RW DVRTD08", "1.00", ATA_HORKAGE_NOSETXFER }, + { "PIONEER DVD-RW DVR-212D", "1.28", ATA_HORKAGE_NOSETXFER }, /* End Marker */ { }