diff options
author | Alan Stern | 2014-09-02 21:42:18 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2014-09-08 23:33:09 +0200 |
commit | b6089f19fe0cec625b5963a851a07c3e412c27c8 (patch) | |
tree | 4033dcfcd0e992501bbfec6e5579f4ab08c28dbb | |
parent | usb: host: xhci: fix compliance mode workaround (diff) | |
download | kernel-qcow2-linux-b6089f19fe0cec625b5963a851a07c3e412c27c8.tar.gz kernel-qcow2-linux-b6089f19fe0cec625b5963a851a07c3e412c27c8.tar.xz kernel-qcow2-linux-b6089f19fe0cec625b5963a851a07c3e412c27c8.zip |
USB: document the 'u' flag for usb-storage quirks parameter
Commit d24d481b7d36 (usb-storage: Modify and export adjust_quirks so
that it can be used by uas) added the 'u' flag to the quirks module
parameter for usb-storage, but neglected to update the
documentation. This patch adds the documentation.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: stable <stable@vger.kernel.org> # 3.15+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/kernel-parameters.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 5ae8608ca9f5..10d51c2f10d7 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -3541,6 +3541,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. bogus residue values); s = SINGLE_LUN (the device has only one Logical Unit); + u = IGNORE_UAS (don't bind to the uas driver); w = NO_WP_DETECT (don't test whether the medium is write-protected). Example: quirks=0419:aaf5:rl,0421:0433:rc |