commit | d038398ef02045a666d6905a7fd7e8831bb7f494 | [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 | 03760fef9cf5346f37e0b25ec9bfc1e68a7adc8a [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>