diff options
| author | Tom Rini <trini@ti.com> | 2013-03-18 15:33:47 -0400 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-03-18 15:33:47 -0400 |
| commit | 3c47f2f4871c345c20b9d986b11fec550ef6cc9f (patch) | |
| tree | 267c6eedacaa02cc8c7096f67bedb9d17fe3e21d /drivers/usb/gadget/f_dfu.c | |
| parent | 0ce033d2582129243aca10d3072a221386bbba44 (diff) | |
| parent | ae003d057077d792c1f2131753a7596c94e0bba4 (diff) | |
| download | olio-uboot-2014.01-3c47f2f4871c345c20b9d986b11fec550ef6cc9f.tar.xz olio-uboot-2014.01-3c47f2f4871c345c20b9d986b11fec550ef6cc9f.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/gadget/f_dfu.c')
| -rw-r--r-- | drivers/usb/gadget/f_dfu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/gadget/f_dfu.c b/drivers/usb/gadget/f_dfu.c index 10547e327..a322ae5eb 100644 --- a/drivers/usb/gadget/f_dfu.c +++ b/drivers/usb/gadget/f_dfu.c @@ -164,6 +164,9 @@ static void handle_getstatus(struct usb_request *req) /* send status response */ dstat->bStatus = f_dfu->dfu_status; + dstat->bwPollTimeout[0] = 0; + dstat->bwPollTimeout[1] = 0; + dstat->bwPollTimeout[2] = 0; dstat->bState = f_dfu->dfu_state; dstat->iString = 0; } |