aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2007-01-26 18:46:58 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2007-02-16 18:32:17 -0500
commitaf3bd202a38f7313b3b8b46d9db50e5540f71ce1 (patch)
tree09519c4477e852bd621c720fa7262d3e686023bb /drivers/usb/storage
parent2d94b981c7fcb0fba4aa3442cd180066dbedbbc8 (diff)
USB: Teac HD-35PU patch to unusual_devs.h
Hi, one of my users has two USB hard drives that need the following patch, otherwise there are I/O errors similar to those here: http://bugme.osdl.org/show_bug.cgi?id=3223 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r--drivers/usb/storage/unusual_devs.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index f49a62fc32d2..f6c5f5fa2eeb 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1385,6 +1385,16 @@ UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
1385 US_SC_DEVICE, US_PR_DEVICE, NULL, 1385 US_SC_DEVICE, US_PR_DEVICE, NULL,
1386 US_FL_IGNORE_RESIDUE ), 1386 US_FL_IGNORE_RESIDUE ),
1387 1387
1388/* Reported by Thomas Baechler <thomas@archlinux.org>
1389 * Fixes I/O errors with Teac HD-35PU devices
1390 */
1391
1392UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
1393 "Super Top",
1394 "USB 2.0 IDE DEVICE",
1395 US_SC_DEVICE, US_PR_DEVICE, NULL,
1396 US_FL_IGNORE_RESIDUE),
1397
1388/* patch submitted by Davide Perini <perini.davide@dpsoftware.org> 1398/* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
1389 * and Renato Perini <rperini@email.it> 1399 * and Renato Perini <rperini@email.it>
1390 */ 1400 */