diff options
author | Benjamin Herrenschmidt <benh@linux.vnet.ibm.com> | 2018-06-28 09:01:54 +1000 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2018-07-17 10:12:51 +0300 |
commit | 9196b55e1270da125d5f126c1b91f1843e552f17 (patch) | |
tree | d7a52c9fefa03d7f8d5f17fdf53e8c820a8f4325 /drivers/usb/gadget/composite.c | |
parent | 24dd9ba1c55f7e00352f4b8d7449fc0cbecb1f54 (diff) |
usb: gadget: aspeed-vhub: Fix SETUP packets with OUT data phase
A couple of bugs in the driver are preventing SETUP packets
with an OUT data phase from working properly.
Interestingly those are incredibly rare (RNDIS typically
uses them and thus is broken without this fix).
The main problem was an incorrect register offset being
applied for arming RX on EP0. The other problem relates
to stalling such a packet before the data phase, in which
case we don't get an ACK cycle, and get the next SETUP
packet directly, so we shouldn't reject it.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/gadget/composite.c')
0 files changed, 0 insertions, 0 deletions