Commit f1764f870c6743fa2f308601e1003de58b35b931

Authored by Hans de Goede
Committed by Greg Kroah-Hartman
1 parent 6e340560ac

uas: Add no-report-opcodes quirk for Simpletech devices with id 4971:8017

commit 8a870880bd6f17b7ccef69a6432ab8df8775fcf6 upstream.

Like some other uas devices these devices hang when a report-opcodes scsi
command is send to them.

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1124119
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

drivers/usb/storage/unusual_uas.h
... ... @@ -138,4 +138,11 @@
138 138 "External HDD",
139 139 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
140 140 US_FL_IGNORE_UAS),
  141 +
  142 +/* Reported-by: Richard Henderson <rth@redhat.com> */
  143 +UNUSUAL_DEV(0x4971, 0x8017, 0x0000, 0x9999,
  144 + "SimpleTech",
  145 + "External HDD",
  146 + USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  147 + US_FL_NO_REPORT_OPCODES),