From c657d152ffe155295cff68c2a8c1886761502e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Sat, 27 Jan 2007 00:46:58 +0100 Subject: [PATCH] --- yaml --- r: 48732 b: refs/heads/master c: af3bd202a38f7313b3b8b46d9db50e5540f71ce1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/storage/unusual_devs.h | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 625b885c34c8..141b67e6c462 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d94b981c7fcb0fba4aa3442cd180066dbedbbc8 +refs/heads/master: af3bd202a38f7313b3b8b46d9db50e5540f71ce1 diff --git a/trunk/drivers/usb/storage/unusual_devs.h b/trunk/drivers/usb/storage/unusual_devs.h index f49a62fc32d2..f6c5f5fa2eeb 100644 --- a/trunk/drivers/usb/storage/unusual_devs.h +++ b/trunk/drivers/usb/storage/unusual_devs.h @@ -1385,6 +1385,16 @@ UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE ), +/* Reported by Thomas Baechler + * Fixes I/O errors with Teac HD-35PU devices + */ + +UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, + "Super Top", + "USB 2.0 IDE DEVICE", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_RESIDUE), + /* patch submitted by Davide Perini * and Renato Perini */