commit | 19610c63b51a485ac39e136e3c6d493b06b253a7 | [log] [tgz] |
---|---|---|
author | Mayank Rana <mrana@codeaurora.org> | Thu Dec 08 15:39:19 2016 -0800 |
committer | Mayank Rana <mrana@codeaurora.org> | Thu Feb 09 10:25:45 2017 -0800 |
tree | ee9f5f505c55836b8ea04129e946e46495c47429 | |
parent | 8c2f9c7aa363b2191cce0107212b5071273a3a91 [diff] |
usb: gsi: Capture USB GSI endpoint operations In some cases it has been observed that after sending STARTXFER command with USB GSI IN endpoint, USB controller is accessing zero address resulting into bus error. This change captures USB GSI operation sequence in debug buffer which may help to understand race condition in terms of USB gadget events and USB GSI endpoint operations. Change-Id: Ia46877bb92ea0cc1d5f3712e5c70bb44232d5cfe Signed-off-by: Mayank Rana <mrana@codeaurora.org>