commit | e40406603fe22a5b18d7e8ac7a2eb0f2d2b13cf1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed May 23 23:40:50 2018 -0700 |
committer | Marek Vasut <marex@denx.de> | Wed May 30 11:59:10 2018 +0200 |
tree | cd8ab9fda445894e78a8e764002e557db9ac9d21 | |
parent | eaaefb066c86f08fb285e73fb8c5fbf497be6b57 [diff] |
usb: xhci: Handle endianness in xhci_set_configuration() In xhci_set_configuration(), 'Context Entries' field in the slot context was cleared with mask LAST_CTX_MASK, but it should have taken the endianness into consideration. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>