From: "Michal Malý" <madcatxster@gmail.com>
To: linux-ide@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Failed to set xfermode (err_mask=0x4) with PIONEER DVRTD08A
Date: Thu, 20 Oct 2011 15:36:43 +0200 [thread overview]
Message-ID: <5076334.A6YMT6Muoz@qosmio-x300> (raw)
Hi,
I haven't had this problem until the upgrade to 3.0 kernel. If I recall correctly, all 3.0.x versions except 3.0.3 needed this patch to get my DVD drive working, I've no idea what changed that the A-less entry in libata-core.c no longer works with the DVRTD08A drive.
---
--- linux-3.0.7/drivers/ata/libata-core.c.old 2011-10-16 23:15:11.000000000 +0200
+++ linux-3.0.7/drivers/ata/libata-core.c 2011-10-20 15:25:12.730104223 +0200
@@ -4144,6 +4144,7 @@
* device and controller are SATA.
*/
{ "PIONEER DVD-RW DVRTD08", NULL, ATA_HORKAGE_NOSETXFER },
+ { "PIONEER DVD-RW DVRTD08A", NULL, ATA_HORKAGE_NOSETXFER },
{ "PIONEER DVD-RW DVR-212D", NULL, ATA_HORKAGE_NOSETXFER },
{ "PIONEER DVD-RW DVR-216D", NULL, ATA_HORKAGE_NOSETXFER },
reply other threads:[~2011-10-20 13:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=5076334.A6YMT6Muoz@qosmio-x300 \
--to=madcatxster@gmail.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).