commit | ed9bcbc792bdcb8b4443c9aa5dff30ad6f8524c0 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Fri Apr 10 21:05:21 2015 -0600 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:47:59 2015 +0200 |
tree | c994b66ae0c6d24e0c850e5aba4733fbc1550e06 | |
parent | 122426d46e31391480c4b83b1003e4feca24d491 [diff] |
usb: dwc2: correctly program hcchar for LS devices A bit must be set in HCCHAR when communicating with low-speed devices. I have no idea why there's no corresponding bit to distinguish between full-speed and high-speed devices, but no matter; they all work now! Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>