All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org,
	Francesco Antonacci <fraanto@gmail.com>,
	Sergei Shtylyov <sshtylyov@mvista.com>
Subject: [PATCH UPDATED #upstream-fixes] libata: DVR-212D can't do SETXFER DVD-RW DVR-212D
Date: Tue, 25 Jan 2011 11:54:43 +0100	[thread overview]
Message-ID: <20110125105443.GR27510@htj.dyndns.org> (raw)
In-Reply-To: <20110124160125.GC27510@htj.dyndns.org>

From: Francesco Antonacci <fraanto@gmail.com>

PIONEER DVR-212D can't do 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>
---
s/to/do/ as pointed out by Sergei.  :-)

Thanks.

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

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


  parent reply	other threads:[~2011-01-25 10:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-24 15:53 patch for "failed to set xfermode (err_mask=0x4)" with PIONEER DVD-RW DVR-212D Francesco Antonacci
2011-01-24 16:01 ` [PATCH #upstream-fixes] libata: DVR-212D can't do SETXFER " Tejun Heo
2011-01-24 18:24   ` Sergei Shtylyov
2011-01-25 10:54   ` Tejun Heo [this message]
2011-01-24 18:19 ` patch for "failed to set xfermode (err_mask=0x4)" with PIONEER " Sergei Shtylyov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110125105443.GR27510@htj.dyndns.org \
    --to=tj@kernel.org \
    --cc=fraanto@gmail.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=sshtylyov@mvista.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.