Re: [U-Boot] [PATCH] usb: ci_udc: implement dfu_usb_get_reset

2014-09-01 Thread Lukasz Majewski
Hi Stephen, From: Stephen Warren swar...@nvidia.com This allows the USB code to determine whether a USB bus reset was issued, which in turn allows the code to differentiate between a detach (return to shell prompt) and a board reset/reboot request. Signed-off-by: Stephen Warren

[U-Boot] [PATCH] usb: ci_udc: implement dfu_usb_get_reset

2014-08-25 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com This allows the USB code to determine whether a USB bus reset was issued, which in turn allows the code to differentiate between a detach (return to shell prompt) and a board reset/reboot request. Signed-off-by: Stephen Warren swar...@nvidia.com --- Note