diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 10:19:16 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-12-17 10:37:45 -0800 |
commit | 46c117c706ef4f4086cbe24d24fd0f19551e96bd (patch) | |
tree | d7605e8b403d43eb5057c47e121863e19a25cb3e /drivers/usb | |
parent | 7052793cd192c09b47c4fb307bc3c2afbdf3c5df (diff) | |
download | linux-3.10-46c117c706ef4f4086cbe24d24fd0f19551e96bd.tar.gz linux-3.10-46c117c706ef4f4086cbe24d24fd0f19551e96bd.tar.bz2 linux-3.10-46c117c706ef4f4086cbe24d24fd0f19551e96bd.zip |
USB: mark uas driver as BROKEN
commit fb37ef98015f864d22be223a0e0d93547cd1d4ef upstream.
As reported https://bugzilla.kernel.org/show_bug.cgi?id=51031, the UAS
driver causes problems and has been asked to be not built into any of
the major distributions. To prevent users from running into problems
with it, and for distros that were not notified, just mark the whole
thing as broken.
Acked-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/storage/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 7691c866637..685edc87265 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig @@ -203,7 +203,7 @@ config USB_STORAGE_ENE_UB6250 config USB_UAS tristate "USB Attached SCSI" - depends on USB && SCSI + depends on USB && SCSI && BROKEN help The USB Attached SCSI protocol is supported by some USB storage devices. It permits higher performance by supporting |