u-boot/drivers/usb
Vitaly Kuzmichev b3649f3bbf USB-CDC: handle interrupt after dropped pullup
Disconnecting USB gadget with pending interrupt may cause its wrong
handling in the next time when interface will be started again
(especially actual for RNDIS). This interrupt may force the gadget
to queue unexpected response before setup stage.
Despite the fact that such interrupt handled after dropped pullup
also may add pending response, this will not bring to any issues due to
usb_ep_disable (which clears the queue) called on gadget unregistering.

Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>
2011-02-19 20:32:36 +01:00
..
eth Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor 2011-02-19 20:32:36 +01:00
gadget USB-CDC: handle interrupt after dropped pullup 2011-02-19 20:32:36 +01:00
host Fix EHCI usb submit timeout and unify with OHCI 2011-02-19 20:32:34 +01:00
musb Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
phy Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00