From: Sergei Shtylyov Date: Mon, 16 Nov 2009 10:54:05 +0000 (+0530) Subject: USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again X-Git-Tag: v2.6.33-rc1~315^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196f1b7a387546f425df2f1fad26772e3d513aea;p=pandora-kernel.git USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again Commit a5073b52833e4df8e16c93dc4cbb7e0c558c74a2 (musb_gadget: fix unhandled endpoint 0 IRQs) somehow missed its key change: "The gadget EP0 code routinely ignores an interrupt at end of the data phase because of musb_g_ep0_giveback() resetting the state machine to "idle, waiting for SETUP" phase prematurely." So, the majority of the cases of unhandled IRQs is still unfixed... Signed-off-by: Sergei Shtylyov Signed-off-by: Anand Gadiyar Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed