commit | 06ef7cc749b404a7dcd63208b39a53808e75d61a | [log] [tgz] |
---|---|---|
author | Przemyslaw Marczak <p.marczak@samsung.com> | Wed Oct 23 14:30:46 2013 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Nov 08 20:46:19 2013 +0100 |
tree | 6914a94379d73081a2f61f35e7d9d865ced5f5a5 | |
parent | 84c4b98540dce0ee8b3de939005896d2687031a1 [diff] |
usb: ums: add ums exit feature by ctrl+c or by detach usb cable This patch allows exiting from UMS mode to u-boot prompt by detaching usb cable or by pressing ctrl+c. Add new config: CONFIG_USB_CABLE_CHECK. If defined then board file should provide function: usb_cable_connected() (include/usb.h) that return 1 if cable is connected and 0 otherwise. Changes v2: - add a note to the README Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Marek Vasut <marex@denx.de>