From: Pratyush Anand Date: Thu, 30 Aug 2012 06:51:43 +0000 (+0530) Subject: usb: dwc3: gadget: fix pending isoc handling X-Git-Tag: v3.6-rc6~19^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a53c55117b82e895ec98b1765c9d66940377fc;p=pandora-kernel.git usb: dwc3: gadget: fix pending isoc handling If xfernotready is received and there is no request in request_list then REQUEST_PENDING flag must be set, so that next request in ep queue is executed. In case of isoc transfer, if xfernotready is already elapsed and even first request has not been queued to request_list, then issue END TRANSFER, so that you can receive xfernotready again and can have notion of current microframe. Signed-off-by: Pratyush Anand Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed