diff options
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2018-07-05 16:31:42 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-07-10 15:07:55 -0600 |
commit | 819d731fe3562783d5697f3269f7d15384b38f4c (patch) | |
tree | 73979a21d34f3aeddcee0e4d8bf7c23b8c6bb871 /Documentation | |
parent | 8dd99871f7acb776521b35a6107d3dd22f1522b8 (diff) | |
download | linux-819d731fe3562783d5697f3269f7d15384b38f4c.tar.bz2 |
docs: kernel-parameters.txt: document xhci-hcd.quirks parameter
This parameter introduced several years ago in the XHCI host controller
driver was somehow left undocumented. Add a few lines in the kernel
parameters text.
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index efc7aa7a0670..533ff5c68970 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -4846,3 +4846,8 @@ xirc2ps_cs= [NET,PCMCIA] Format: <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]] + + xhci-hcd.quirks [USB,KNL] + A hex value specifying bitmask with supplemental xhci + host controller quirks. Meaning of each bit can be + consulted in header drivers/usb/host/xhci.h. |