]> git.ipfire.org Git - people/arne_f/kernel.git/commit
USB: Ignore UAS for JMicron JMS567 ATA/ATAPI Bridge
authorCyril Roelandt <tipecaml@gmail.com>
Tue, 25 Aug 2020 21:22:31 +0000 (23:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Sep 2020 09:29:47 +0000 (11:29 +0200)
commit27cf2e50545a30c354755d6935c87210d94f2f44
tree6f779900b7db1374b95060a46f784cf1181a46fe
parent7eb94ea0e8e9fc9062b0e6d4d131dac2b23a9799
USB: Ignore UAS for JMicron JMS567 ATA/ATAPI Bridge

commit 9aa37788e7ebb3f489fb4b71ce07adadd444264a upstream.

This device does not support UAS properly and a similar entry already
exists in drivers/usb/storage/unusual_uas.h. Without this patch,
storage_probe() defers the handling of this device to UAS, which cannot
handle it either.

Tested-by: Brice Goglin <brice.goglin@gmail.com>
Fixes: bc3bdb12bbb3 ("usb-storage: Disable UAS on JMicron SATA enclosure")
Acked-by: Alan Stern <stern@rowland.harvard.edu>
CC: <stable@vger.kernel.org>
Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Link: https://lore.kernel.org/r/20200825212231.46309-1-tipecaml@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/unusual_devs.h