2010-12-19 21:24:30

by Richard Schütz

[permalink] [raw]
Subject: [PATCH] USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u external hard drive enclosure

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 <[email protected]>

--- 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 <[email protected]>
+ * 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