All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u external hard drive enclosure
@ 2010-12-19 21:24 Richard Schütz
  0 siblings, 0 replies; only message in thread
From: Richard Schütz @ 2010-12-19 21:24 UTC (permalink / raw
  To: linux-usb
  Cc: linux-kernel, usb-storage, Alan Stern, Sergey Vlasov, Greg KH,
	Matthew Dharm

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-19 21:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-19 21:24 [PATCH] USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u external hard drive enclosure Richard Schütz

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.