commit | 2646021e1d5235c6c2143d27405fb057e5560d2b | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Fri Sep 30 10:58:36 2011 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Oct 04 10:25:50 2011 -0700 |
tree | ec5d96210bd7f8f364d505aa02d97077f5025ad0 | |
parent | 5b253d88cc6c65a23cefc457a5a4ef139913c5fc [diff] |
usb: dwc3: ep0: Make USB30CV happy with SetAddress According to USB 3.0 Specification, a SetAddress() while device is in Configured State has an unspecified behavior (see Section 9.4.6). Still USB30CV wasn't happy with my Stall reply. To make that thing happy, just accept the SetAddress() always. No problems have been observed thus far. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>