diff mbox

[#upstream-fixes] libata: DVR-212D can't do SETXFER DVD-RW DVR-212D

Message ID 20110124160125.GC27510@htj.dyndns.org
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Tejun Heo Jan. 24, 2011, 4:01 p.m. UTC
From: Francesco Antonacci <fraanto@gmail.com>

PIONEER DVR-212D can't to SETXFER like its sibling DVRTD08.  Add
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>
---
Heh, that was formatted rather strangely.  Here's properly reformatted
version.

Thanks.

 drivers/ata/libata-core.c |    1 +
 1 file changed, 1 insertion(+)

--
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

Comments

Sergei Shtylyov Jan. 24, 2011, 6:24 p.m. UTC | #1
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
diff mbox

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 */
 	{ }