commit | 79c9046ec52b5aaa9f055e3d928d676dd37a6f9d | [log] [tgz] |
---|---|---|
author | Pratyush Anand <pratyush.anand@st.com> | Tue Aug 07 16:54:18 2012 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Tue Aug 07 15:43:17 2012 +0300 |
tree | 07c37fd921d591f3dbf4ad9cd47da0997c218b52 | |
parent | 348e026fafe2501281db5fb7fed599b337cad358 [diff] |
usb: dwc3: gadget: correct missed isoc when endpoint is busy When MISSED_ISOC is set, BUSY is also set. Since, we are handling MISSED_ISOC as a separate case in third scenario, therefore handle only BUSY but not MISSED_ISOC in second scenario. Signed-off-by: Pratyush Anand <pratyush.anand@st.com> Signed-off-by: Felipe Balbi <balbi@ti.com>