usb: xhci-msm-hsic: Add support for suspend, resume and URB logging
This change logs suspend, resume and URB submission and completion
events for all the endpoints based on the mask value set by module
parameter. By default logging is enabled for ep0 and efs sync interface.
Example:
To capture ep2in endpoint events
echo -n 4 > /sys/module/ehci_hcd/parameters/ep_addr_txdbg_mask
To capture ep3out endpoint events
echo -n 8 > /sys/module/ehci_hcd/parameters/ep_addr_rxdbg_mask
Change-Id: I7f01b19f9aa8a656e55ed0cb6afbcd9af8215133
Signed-off-by:
Hemant Kumar <hemantk@codeaurora.org>
Loading
Please register or sign in to comment