Home
last modified time | relevance | path

Searched hist:"8 d7c39d3e8ad43dab3158220f3347186e6f1aa66" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dci_udc.c8d7c39d3e8ad43dab3158220f3347186e6f1aa66 Tue Jul 01 17:41:14 UTC 2014 Stephen Warren <swarren@nvidia.com> usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPs

Fix ci_ep_submit_next_request()'s ZLP transmission code to explicitly
call ci_get_qtd() to find the address of the other QTD to use. This
will allow us to correctly align each QTD individually in the future,
which may involve leaving a gap between the QTDs.

Signed-off-by: Stephen Warren <swarren@nvidia.com>