Skip to content

Commit d69cf28

Browse files
jeffmahoneyjgarzik
authored andcommitted
libata: Pioneer DVR-216D can't do SETXFER
Commit 4a5610a fixed an issue with the Pioneer DVR-212D not handling SETXFER correctly. An openSUSE user reported a similar issue with his DVR-216D that the NOSETXFER horkage worked around for him as well. This patch adds the DVR-216D (1.08) to the horkage list for NOSETXFER. The issue was reported at: https://bugzilla.novell.com/show_bug.cgi?id=679143 Reported-by: Volodymyr Kyrychenko <[email protected]> Signed-off-by: Jeff Mahoney <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 7b3a24c commit d69cf28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ata/libata-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4139,6 +4139,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
41394139
*/
41404140
{ "PIONEER DVD-RW DVRTD08", "1.00", ATA_HORKAGE_NOSETXFER },
41414141
{ "PIONEER DVD-RW DVR-212D", "1.28", ATA_HORKAGE_NOSETXFER },
4142+
{ "PIONEER DVD-RW DVR-216D", "1.08", ATA_HORKAGE_NOSETXFER },
41424143

41434144
/* End Marker */
41444145
{ }

0 commit comments

Comments
 (0)