commit | 43eb0d448867f9f3c7b02957a2196ac987840a17 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jul 19 21:49:54 2017 +0800 |
committer | Marek Vasut <marex@denx.de> | Fri Jul 28 23:34:15 2017 +0200 |
tree | d89a0dfad94a2dd0ade72c3a1a933c9f1263ce7a | |
parent | f2e0315e9d27a6495bde8d80983be4e0208bb63f [diff] |
usb: xhci: Correct command TRB 4th dword initialization In xhci_queue_command(), when the command is not 'reset endpoint', 'stop endpoint' or 'set TR dequeue pointer', endpoint ID should not be encoded in the TRB. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de>