All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Seidel <Frank.Seidel@sphairon.com>
To: <linux-mips@linux-mips.org>
Cc: "Seidel, Frank" <Frank.Seidel@sphairon.com>
Subject: [PATCH] linux-2.4: usb: Add support for Teac HD-35PU
Date: Mon, 29 Jun 2009 11:50:35 +0200	[thread overview]
Message-ID: <4A488E6B.6020808@sphairon.com> (raw)

Author: 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),

WARNING: multiple messages have this Message-ID (diff)
From: Frank Seidel <Frank.Seidel@sphairon.com>
To: linux-mips@linux-mips.org
Cc: "Seidel, Frank" <Frank.Seidel@sphairon.com>
Subject: [PATCH] linux-2.4: usb: Add support for Teac HD-35PU
Date: Mon, 29 Jun 2009 11:50:35 +0200	[thread overview]
Message-ID: <4A488E6B.6020808@sphairon.com> (raw)
Message-ID: <20090629095035.yOXaGwST-nSrlf-n-DAWGdjl1svQYJGbO2lsNKD6I1o@z> (raw)

Author: 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),

             reply	other threads:[~2009-06-29  9:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-29  9:50 Frank Seidel [this message]
2009-06-29  9:50 ` [PATCH] linux-2.4: usb: Add support for Teac HD-35PU Frank Seidel
  -- strict thread matches above, loose matches on Subject: below --
2009-06-29 15:40 Ralf Baechle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A488E6B.6020808@sphairon.com \
    --to=frank.seidel@sphairon.com \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.