android_system_core/fastboot
Jiebing Li bbb7981e49 Fastboot: fix fastboot timeout issue of Windows host side
Normally fastboot follows the procedure that host sends a command
to device and device sends back response after the command
is executed.

But sometimes device spends too long time to execute the command
so that timeout error occurs before host receives the response.

This patch fixes the issue by aligning with the solution of ADB.
ADB commit id: 1c4b760a5d

Change-Id: I50e6bf428ea38219b64cca6ab82db22af28e0264
Author: Jiebing Li <jiebing.li@intel.com>
Signed-off-by: Bo Huang <bo.b.huang@intel.com>
2014-04-25 14:15:08 +08:00
..
Android.mk Fix a bunch of small system/core bugs. 2013-10-29 14:12:46 -07:00
bootimg.c fastboot: add support for some obscure args. 2013-03-07 17:06:41 -08:00
engine.c Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD 2013-11-22 13:44:43 -08:00
engineering_key.p12 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
fastboot.c Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD 2013-11-22 13:44:43 -08:00
fastboot.h Wait for device to disappear after reboot-bootloader. 2013-10-17 20:06:32 +00:00
fastboot_protocol.txt Revert "fastboot: add preflash command to help with large downloads+flash" 2013-06-26 03:51:29 +00:00
genkey.sh auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
p12topem.sh auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
protocol.c fastboot: add support for auto-resparsing large files 2012-07-09 22:17:58 -07:00
signfile.sh auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
usb.h Wait for device to disappear after reboot-bootloader. 2013-10-17 20:06:32 +00:00
usb_linux.c Wait for device to disappear after reboot-bootloader. 2013-10-17 20:06:32 +00:00
usb_osx.c Wait for device to disappear after reboot-bootloader. 2013-10-17 20:06:32 +00:00
usb_windows.c Fastboot: fix fastboot timeout issue of Windows host side 2014-04-25 14:15:08 +08:00
usbtest.c Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
util.c Wait for device to disappear after reboot-bootloader. 2013-10-17 20:06:32 +00:00
util_linux.c Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
util_osx.c Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
util_windows.c fastboot: Remove legacy MINGW workarounds 2013-06-28 17:00:41 -07:00