public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Richard Schütz" <r.schtz@t-online.de>
To: linux-usb@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
	usb-storage@lists.one-eyed-alien.net,
	Alan Stern <stern@rowland.harvard.edu>,
	Sergey Vlasov <vsu@altlinux.ru>, Greg KH <gregkh@suse.de>,
	Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Subject: [PATCH] USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u external hard drive enclosure
Date: Sun, 19 Dec 2010 22:24:19 +0100	[thread overview]
Message-ID: <4D0E7803.30809@t-online.de> (raw)

The TrekStor DataStation maxi g.u external hard drive enclosure uses a
JMicron USB to SATA chip which needs the US_FL_IGNORE_RESIDUE flag to work
properly.

Signed-off-by: Richard Schütz <r.schtz@t-online.de>

--- a/drivers/usb/storage/unusual_devs.h	2010-12-09 23:17:27.000000000 +0100
+++ b/drivers/usb/storage/unusual_devs.h	2010-12-19 22:04:33.088943468 +0100
@@ -1859,6 +1859,15 @@ UNUSUAL_DEV( 0x1908, 0x1320, 0x0000, 0x0
  		US_SC_DEVICE, US_PR_DEVICE, NULL,
  		US_FL_BAD_SENSE ),

+/* Patch by Richard Schütz <r.schtz@t-online.de>
+ * This external hard drive enclosure uses a JMicron chip which
+ * needs the US_FL_IGNORE_RESIDUE flag to work properly. */
+UNUSUAL_DEV( 0x1e68, 0x001b, 0x0000, 0x0000,
+		"TrekStor GmbH & Co. KG",
+		"DataStation maxi g.u",
+		US_SC_DEVICE, US_PR_DEVICE, NULL,
+		US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ),
+
  UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,
  		"ST",
  		"2A",

-- 
Regards,
Richard Schütz

                 reply	other threads:[~2010-12-19 21:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4D0E7803.30809@t-online.de \
    --to=r.schtz@t-online.de \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mdharm-usb@one-eyed-alien.net \
    --cc=stern@rowland.harvard.edu \
    --cc=usb-storage@lists.one-eyed-alien.net \
    --cc=vsu@altlinux.ru \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox