0802f28
From: Hans de Goede <hdegoede@redhat.com>
0802f28
Date: Mon, 12 Jan 2015 13:24:31 +0100
0802f28
Subject: [PATCH] uas: Add no-report-opcodes quirk for Simpletech devices with
0802f28
 id 4971:8017
0802f28
0802f28
Like some other uas devices these devices hang when a report-opcodes scsi
0802f28
command is send to them.
0802f28
0802f28
BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1124119
0802f28
Cc: stable@vger.kernel.org # 3.16
0802f28
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
0802f28
---
0802f28
 drivers/usb/storage/unusual_uas.h | 7 +++++++
0802f28
 1 file changed, 7 insertions(+)
0802f28
0802f28
diff --git a/drivers/usb/storage/unusual_uas.h b/drivers/usb/storage/unusual_uas.h
0802f28
index 9ec4561f6c2c..da3d98c72db1 100644
0802f28
--- a/drivers/usb/storage/unusual_uas.h
0802f28
+++ b/drivers/usb/storage/unusual_uas.h
0802f28
@@ -130,3 +130,10 @@ UNUSUAL_DEV(0x4971, 0x1012, 0x0000, 0x9999,
0802f28
 		"External HDD",
0802f28
 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
0802f28
 		US_FL_IGNORE_UAS),
0802f28
+
0802f28
+/* Reported-by: Richard Henderson <rth@redhat.com> */
0802f28
+UNUSUAL_DEV(0x4971, 0x8017, 0x0000, 0x9999,
0802f28
+		"SimpleTech",
0802f28
+		"External HDD",
0802f28
+		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
0802f28
+		US_FL_NO_REPORT_OPCODES),
0802f28
-- 
0802f28
2.1.0
0802f28