commit | 474b2502ffd8b2ae19f6989f324c7e74c47e199d | [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 | c72f37a4728b9741341df5790740782538e66bf7 [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>