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)
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>

No differences found