Skip to content

Commit 9aa3778

Browse files
Steapgregkh
authored andcommitted
USB: Ignore UAS for JMicron JMS567 ATA/ATAPI Bridge
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: bc3bdb1 ("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>
1 parent 1d41698 commit 9aa3778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/usb/storage/unusual_devs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ UNUSUAL_DEV( 0x357d, 0x7788, 0x0114, 0x0114,
23282328
"JMicron",
23292329
"USB to ATA/ATAPI Bridge",
23302330
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2331-
US_FL_BROKEN_FUA ),
2331+
US_FL_BROKEN_FUA | US_FL_IGNORE_UAS ),
23322332

23332333
/* Reported by Andrey Rahmatullin <wrar@altlinux.org> */
23342334
UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100,

0 commit comments

Comments
 (0)