usb: gadget: renesas_usbhs: bugfix: set DATA0 when usbhsh_endpoint_alloc()
new endpoint should start from DATA0, but mod_host didn't care it. This patch fix it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
146ee50ae5
commit
d7a00ec1a8
|
@ -435,6 +435,7 @@ usbhsh_endpoint_alloc_find_pipe:
|
||||||
* see
|
* see
|
||||||
* DCPMAXP/PIPEMAXP
|
* DCPMAXP/PIPEMAXP
|
||||||
*/
|
*/
|
||||||
|
usbhs_pipe_sequence_data0(uep->pipe);
|
||||||
usbhs_pipe_config_update(uep->pipe,
|
usbhs_pipe_config_update(uep->pipe,
|
||||||
usbhsh_device_number(hpriv, udev),
|
usbhsh_device_number(hpriv, udev),
|
||||||
usb_endpoint_num(desc),
|
usb_endpoint_num(desc),
|
||||||
|
|
Loading…
Reference in New Issue