Home
last modified time | relevance | path

Searched hist:"23 d1d10c4248f1b9f838e512e7f18e600f06b348" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c23d1d10c4248f1b9f838e512e7f18e600f06b348 Fri Sep 19 06:15:12 UTC 2014 Bo Shen <voice.shen@atmel.com> usb: gadget: fastboot: improve download progress bar

When download is ongoing, if the actual size of one transfer
is not the same as BYTES_PER_DOT, which will cause the dot
won't print anymore. Then it will let the user thinking it
is stuck, actually it is transfering without dot printed.

So, improve the method to show the progress bar (print dot).

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Marek Vasut <marex@denx.de>