u-boot/drivers/usb/gadget
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
..
config.c Coding Style cleanup 2010-10-27 22:48:30 +02:00
core.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
ep0.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
ep0.h drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
epautoconf.c Coding Style cleanup 2010-10-27 22:48:30 +02:00
ether.c USB-CDC: handle interrupt after dropped pullup 2011-02-19 20:32:36 +01:00
gadget_chips.h USB-CDC: Fix coding style issues 2010-09-20 21:57:17 +02:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
mpc8xx_udc.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
omap1510_udc.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
pxa27x_udc.c Support for PXA27X UDC. 2009-04-06 20:40:47 +02:00
spr_udc.c mod change 755 => 644 for multiple files 2010-03-21 22:22:53 +01:00
usbstring.c Coding Style cleanup 2010-10-27 22:48:30 +02:00