]> git.karo-electronics.de Git - mv-sheeva.git/commit
usb: gadget: mv_udc: fix bug when handle setup package.
authorNeil Zhang <zhangwm@marvell.com>
Wed, 12 Oct 2011 08:49:30 +0000 (16:49 +0800)
committerFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 17:42:02 +0000 (20:42 +0300)
commit96c2bbb09d0742148a305d7afbdf7c5803fd78c1
tree85f75eeedcaedf0200631d3c5176ce2862ae5bef
parentfbebe1f070a73c108415bb9ee0483570650e2712
usb: gadget: mv_udc: fix bug when handle setup package.

For the code doesn't restrict controller ep must be ep0, so we will go
through all the eps and check if there is a setup package received.
And also we just need to acknowledge the corresponding bit in
ENDPTSETUPSTAT register.

Signed-off-by: Neil Zhang <zhangwm@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/mv_udc_core.c