From: Laurentiu Tudor Date: Thu, 5 Jul 2018 13:31:42 +0000 (+0300) Subject: docs: kernel-parameters.txt: document xhci-hcd.quirks parameter X-Git-Tag: v5.15~8247^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=819d731fe3562783d5697f3269f7d15384b38f4c;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index efc7aa7..533ff5c 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -4846,3 +4846,8 @@ xirc2ps_cs= [NET,PCMCIA] Format: ,,,,,[,[,[,]]] + + 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.