]> Git Repo - linux.git/commit
USB: Ignore UAS for JMicron JMS567 ATA/ATAPI Bridge
authorCyril Roelandt <[email protected]>
Tue, 25 Aug 2020 21:22:31 +0000 (23:22 +0200)
committerGreg Kroah-Hartman <[email protected]>
Thu, 27 Aug 2020 07:26:00 +0000 (09:26 +0200)
commit9aa37788e7ebb3f489fb4b71ce07adadd444264a
tree0055df90394a35a9515cf3e55c49d05a3ebcfdc5
parent1d4169834628d18b2392a2da92b7fbf5e8e2ce89
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 <[email protected]>
Fixes: bc3bdb12bbb3 ("usb-storage: Disable UAS on JMicron SATA enclosure")
Acked-by: Alan Stern <[email protected]>
CC: <[email protected]>
Signed-off-by: Cyril Roelandt <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/storage/unusual_devs.h
This page took 0.052959 seconds and 4 git commands to generate.