]> git.baikalelectronics.ru Git - kernel.git/commit
usb: xhci: add endpoint context tracing when an endpoint is added
authorMathias Nyman <mathias.nyman@linux.intel.com>
Fri, 26 Apr 2019 13:23:32 +0000 (16:23 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Apr 2019 12:53:58 +0000 (14:53 +0200)
commit031a1e8b67cfcb68394824cf30f2aed719b80662
tree108024a9c122f5d4071c0128ac7edf75105ba13d
parentf6bd00eebb73a41b49ccdf44e32efd25e0e04ffc
usb: xhci: add endpoint context tracing when an endpoint is added

The configure endpoint command configures all the endpoints that were
flagged to be added or dropped.

To know the content of each of the added endpoints we need to add tracing
to the .add_endpoint() callback, just after initializing all the context
values.

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-trace.h
drivers/usb/host/xhci.c