commit | f4f2db7c0ee58d0089b55af5fcb72f211bacc30f | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Jan 29 17:23:14 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun Mar 01 21:58:54 2020 +0100 |
tree | 8f82a7f746248dae74591e38bf0e7d0348d736b1 | |
parent | d49f5820bfc3dfff3d350ce11637e769e7a20298 [diff] |
dfu: Reset timeout in case of DFU request In case dfu command is being executed with timeout option, the timer may expire in the middle of DFU operation. If there is DFU request coming, we may simple reset timeout value to prevent aborting of ongoing DFU operation. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Tested-by: Ferry Toth <ftoth@exalondelft.nl>