Re: [U-Boot] [PATCH 1/5] USB-CDC: handle interrupt after dropped pullup

2011-02-17 Thread Remy Bohmer
Hi, 2011/2/11 Vitaly Kuzmichev : > 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

[U-Boot] [PATCH 1/5] USB-CDC: handle interrupt after dropped pullup

2011-02-11 Thread Vitaly Kuzmichev
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 d