commit | c65503a26bcda2cbb4f25c5d70d4d871ab3a8129 | [log] [tgz] |
---|---|---|
author | Bo Shen <voice.shen@atmel.com> | Fri Sep 19 14:15:12 2014 +0800 |
committer | Marek Vasut <marex@denx.de> | Mon Oct 06 14:50:43 2014 +0200 |
tree | ba166c7c55f548f50a05556fc349b738d6512716 | |
parent | e1d833a27b0c21d8b16cb1fbbe8a2635529d33c5 [diff] |
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>