linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] USB Storage quirk for SMI SM3350
@ 2019-01-03  3:26 Icenowy Zheng
  2019-01-03  3:26 ` [PATCH v2 1/2] USB: storage: don't insert sane sense for SPC3+ when bad sense specified Icenowy Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Icenowy Zheng @ 2019-01-03  3:26 UTC (permalink / raw)
  To: Alan Stern, Greg Kroah-Hartman, linux-usb, usb-storage, linux-kernel
  Cc: Icenowy Zheng

SMI SM3350 UFS-USB bridge controller cannot handle REQUEST SENSE command
with long sense (96-bytes) well, and will even trap the controller into
a state that refuses to do read/write command.

Currently Linux uncondintionally set US_FL_SANE_SENSE for devices
claiming SPC3+, which makes simply add US_FL_BAD_SENSE for SM3350 fail
(as it claims SPC4).

Fix this conflicting quirk issue, and add the quirk for SM3350.

Icenowy Zheng (2):
  USB: storage: don't insert sane sense for SPC3+ when bad sense
    specified
  USB: storage: add quirk for SMI SM3350

 drivers/usb/storage/scsiglue.c     |  8 ++++++--
 drivers/usb/storage/unusual_devs.h | 12 ++++++++++++
 2 files changed, 18 insertions(+), 2 deletions(-)

-- 
2.18.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-03 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-03  3:26 [PATCH v2 0/2] USB Storage quirk for SMI SM3350 Icenowy Zheng
2019-01-03  3:26 ` [PATCH v2 1/2] USB: storage: don't insert sane sense for SPC3+ when bad sense specified Icenowy Zheng
2019-01-03  3:26 ` [PATCH v2 2/2] USB: storage: add quirk for SMI SM3350 Icenowy Zheng
2019-01-03 15:06 ` [PATCH v2 0/2] USB Storage " Alan Stern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).