| To: | Willy Tarreau <w@1wt.eu> |
|---|---|
| Subject: | [PATCH] linux-2.4: usb: Add support for Teac HD-35PU |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Mon, 29 Jun 2009 16:40:37 +0100 |
| Cc: | Frank Seidel <Frank.Seidel@sphairon.com>, linux-mips@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.18 (2008-05-17) |
From: Rudolf Svanda <svandar@sphairon.com>
Support for Teac HD-35PU added
Signed-off-by: Rudolf Svanda <svandar@sphairon.com>
Signed-off-by: Frank Seidel <Frank.Seidel@sphairon.com>
---
drivers/usb/storage/unusual_devs.h | 10 ++++++++++
1 file changed, 10 insertions(+)
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1012,3 +1012,13 @@ UNUSUAL_DEV( 0x0482, 0x0105, 0x0100, 0x
"Finecam L3",
US_SC_SCSI, US_PR_BULK, NULL,
US_FL_FIX_INQUIRY),
+
+/* Reported by Thomas Baechler <thomas@archlinux.org>
+ * Fixes I/O errors with Teac HD-35PU devices
+ * svr: last param was US_FL_IGNORE_RESIDUE, but unknown in 2.4
+ */
+UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
+ "Super Top",
+ "USB 2.0 IDE DEVICE",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ 0),
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] linux-2.4: br2684: allocation out of atomic context, Frank Seidel |
|---|---|
| Next by Date: | [PATCH] linux-2.4: vlan: Slab memleak fix, Ralf Baechle |
| Previous by Thread: | [PATCH] linux-2.4: usb: Add support for Teac HD-35PU, Frank Seidel |
| Next by Thread: | [PATCH] linux-2.4: vlan: Slab memleak fix, Frank Seidel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |