commit | 08f0d96670c53898b4154e7945e77cdd966003f7 | [log] [tgz] |
---|---|---|
author | Pratyush Anand <pratyush.anand@st.com> | Mon Jun 25 22:40:43 2012 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jul 02 10:02:07 2012 +0300 |
tree | 52dca96f5bef8c30131cd9b653be603b2f59fc7d | |
parent | 5c81ababecd7ddae08ca944a65d8030cd393013c [diff] |
usb: dwc3: correct set_halt implementation for ep0 set_halt for ep0 is called to stall a deferred control responses by the gadget. We already have a function to stall default control endpoint. This patch points set_halt for ep0 to the already available function. Signed-off-by: Pratyush Anand <pratyush.anand@st.com> Signed-off-by: Michel Sanches <michel.sanches@st.com> Signed-off-by: Felipe Balbi <balbi@ti.com>