Searched hist:"56578 c1b0958eb3d40fc5e6c37e9c9149896c813" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_thor.c | 56578c1b0958eb3d40fc5e6c37e9c9149896c813 Mon Jun 04 06:53:39 UTC 2018 Seung-Woo Kim <sw0312.kim@samsung.com> UPSTREAM: gadget: f_thor: fix hang-up with ctrl-c
After the commit 6aae84769a0b ("gadget: f_thor: Fix memory leaks of usb request and its buffer"), there is hang-up with ctrl-c in some udc. It is because req of out_ep is freed before out_ep is disabled. Fix hang-up with ctrl-c by disabling ep before free req of the ep.
Change-Id: I39257664aa47501172a217c39727a9f1ef66bc17 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit c194bdf226030e45bcb2db3dcbb2d72e5052820a)
|