usb: dwc3: ep0: SetAddress() won't be issued while Configured
authorFelipe Balbi <balbi@ti.com>
Sat, 15 Oct 2011 18:37:35 +0000 (21:37 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Dec 2011 09:48:15 +0000 (11:48 +0200)
commitf96a6ec1db1ac730b5a031f2c2f7fcc6b07459d8
treeb46658f8343241909820f5bc915787003ebb917e
parentc4da177f1f5560dfaf2e057cbf85411cd65c5426
usb: dwc3: ep0: SetAddress() won't be issued while Configured

I have talked to USB-IF about USB30CV issuing SetAddres()
with a device on Configured state and they have agreed on
changing USB30CV not to do so.

Adding back the STALL reply in such case and while at
that, also add a debugging message for an address which
is too large.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/ep0.c