commit | ae751b060e8cee3f9c48112898cd3e31ee6c0734 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed May 23 23:40:48 2018 -0700 |
committer | Marek Vasut <marex@denx.de> | Wed May 30 11:59:10 2018 +0200 |
tree | a38cf8b9ad310821b792a1794cd0390bfca5b7b2 | |
parent | 793c819c6e2168110ad7cfca0349738c79d79a1f [diff] |
usb: xhci: Initialize dev_state to 0 in the input slot context Per xHCI spec chapter 6.2.2 table 6-7, as input, software shall initialize the dev_state field to '0'. Though this does not seem to cause any issue with most xHC implementations, let's do this to conform with the spec. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Marek Vasut <marek.vasut@gmail.com> Tested-by: Matthias Blankertz <matthias.blankertz@cetitec.com>