commit | d6d6ec7b8854ab62f7f3907656d5d29eb47532e7 | [log] [tgz] |
---|---|---|
author | Pratyush Anand <pratyush.anand@st.com> | Fri May 25 18:54:56 2012 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jun 04 18:23:04 2012 +0300 |
tree | b2efe8b1eb005a331747277053267c2714f94969 | |
parent | d05b81824e672a48b3566634622849866de2b787 [diff] |
usb: dwc3: Fix missed isoc IN transaction If an IN transfer is missed on isoc endpoint, then driver must insure that next ep_queue is properly handled. This patch fixes this issue by starting a new transfer for next queued request. Signed-off-by: Pratyush Anand <pratyush.anand@st.com> Signed-off-by: Felipe Balbi <balbi@ti.com>