]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: dwc2: correctly program hcchar for LS devices
authorStephen Warren <swarren@wwwdotorg.org>
Sat, 11 Apr 2015 03:05:21 +0000 (21:05 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:08 +0000 (21:47 +0200)
commit5968ed02fffb70c477509585d0d114a4ea4e88b9
tree75baf1c44e254313fa72f055a03ce254dcd601af
parent34eb4261058184f1fa532f86acec04059ae01f5f
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>
drivers/usb/host/dwc2.c