Artem Leonenko 7c25a82684 USB: gadget: ci13xxx: fix complete() callback for no_interrupt rq's
CI13xxx UDC driver doesn't call complete() callback for requests
with flag no_interrupt set. Thus gadget drivers (like g_ether) are
never notifed about successfully (or not) transmitted requests. As
a result in case of g_ether and queued request with no_interrupt=1
fields g_ether is never notifed about sent packets and TX stalls.

Solution: treat no_interrupt flag like all other UDC drivers do and
call complete() callback for all requests.

Signed-off-by: Artem Leonenko <tikkeri@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-12-16 13:32:37 -08:00
..
2010-11-11 06:19:35 -08:00
2010-12-16 10:05:06 -08:00
2010-12-10 14:29:43 -08:00
2010-10-29 04:16:28 -04:00
2010-12-10 14:29:43 -08:00
2010-12-10 14:29:43 -08:00
2010-09-03 17:33:40 -07:00
2010-12-10 14:29:43 -08:00