xhci: Add additional dynamic debug to follow URBs in cancel and error cases.
authorMathias Nyman <mathias.nyman@linux.intel.com>
Fri, 20 Aug 2021 12:35:02 +0000 (15:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Aug 2021 11:06:03 +0000 (13:06 +0200)
commit0d9b9f533bf1aa555fcd28fa459332b7731316b3
tree19de9258f62601f31d33ac6413daa05e2db5637d
parent2847c46c61486fd8bca9136a6e27177212e78c69
xhci: Add additional dynamic debug to follow URBs in cancel and error cases.

Add more debugging messages to follow what happends to a URB internally
in special cases like URB cancel, halted endpoints and endpoint reset.

Helps tracking issues like URB never given back by host.

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20210820123503.2605901-6-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c