Home
last modified time | relevance | path

Searched hist:b3649f3bbfdb2686eceb40a629cef8d4d257f5fa (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.cb3649f3bbfdb2686eceb40a629cef8d4d257f5fa Fri Feb 11 15:18:31 UTC 2011 Vitaly Kuzmichev <vkuzmichev@mvista.com> 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>