aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-iops.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-10-26 20:31:16 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-10-26 20:31:16 +0200
commit8588a2b732928b343233af9b1855705b8286bed4 (patch)
tree3cf6a518faff182d68cc600eba2aa6be76836daf /drivers/ide/ide-iops.c
parentdrivers/ide/pci/sc1200.c: fix suspend/resume buglets and warnings (diff)
downloadlinux-dev-8588a2b732928b343233af9b1855705b8286bed4.tar.xz
linux-dev-8588a2b732928b343233af9b1855705b8286bed4.zip
ide: add SH-S202J to ivb_list[]
From the report by Nick Warne. Tested-by: Nick Warne <nick@ukfsn.org> Cc: Lennart Sorensen <lsorense@csclub.uwaterloo.ca> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to '')
-rw-r--r--drivers/ide/ide-iops.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c
index 95168833d069..dcda0f109df5 100644
--- a/drivers/ide/ide-iops.c
+++ b/drivers/ide/ide-iops.c
@@ -582,9 +582,12 @@ EXPORT_SYMBOL_GPL(ide_in_drive_list);
/*
* Early UDMA66 devices don't set bit14 to 1, only bit13 is valid.
* We list them here and depend on the device side cable detection for them.
+ *
+ * Some optical devices with the buggy firmwares have the same problem.
*/
static const struct drive_list_entry ivb_list[] = {
{ "QUANTUM FIREBALLlct10 05" , "A03.0900" },
+ { "TSSTcorp CDDVDW SH-S202J" , "SB00" },
{ NULL , NULL }
};