diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-04-12 12:27:09 +0200 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2016-04-20 09:41:07 -0400 |
commit | e6102e3b2f80d5af732587b9f254619a608cbf39 (patch) | |
tree | bf891d5d644a19ba5a54ff1224521b6f8c9f1257 /Documentation | |
parent | ef6d6f5865629591d63561fd12ae01931c77a80a (diff) | |
download | lwn-e6102e3b2f80d5af732587b9f254619a608cbf39.tar.gz lwn-e6102e3b2f80d5af732587b9f254619a608cbf39.zip |
USB: uas: Add a new NO_REPORT_LUNS quirk
[ Upstream commit 1363074667a6b7d0507527742ccd7bbed5e3ceaa ]
Add a new NO_REPORT_LUNS quirk and set it for Seagate drives with
an usb-id of: 0bc2:331a, as these will fail to respond to a
REPORT_LUNS command.
Cc: stable@vger.kernel.org
Reported-and-tested-by: David Webb <djw@noc.ac.uk>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 61f9273d0c46..b2bdea1953e6 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -3651,6 +3651,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted. sector if the number is odd); i = IGNORE_DEVICE (don't bind to this device); + j = NO_REPORT_LUNS (don't use report luns + command, uas only); l = NOT_LOCKABLE (don't try to lock and unlock ejectable media); m = MAX_SECTORS_64 (don't transfer more |