From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Kocialkowski Date: Sun, 22 Mar 2015 13:05:14 +0100 Subject: [U-Boot] [PATCH] fastboot: Proper download gadget unregister and clear when cable is missing In-Reply-To: <201503151912.10908.marex@denx.de> References: <1426440515-4577-1-git-send-email-contact@paulk.fr> <201503151912.10908.marex@denx.de> Message-ID: <1427025914.2626.12.camel@aldrin> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Le dimanche 15 mars 2015 ? 19:12 +0100, Marek Vasut a ?crit : > On Sunday, March 15, 2015 at 06:28:35 PM, Paul Kocialkowski wrote: > > Signed-off-by: Paul Kocialkowski > > --- > > common/cmd_fastboot.c | 2 ++ > > 1 file changed, 2 insertions(+) > > +CC Lukasz and Steve. Is there anything holding back that patch at this point? > > diff --git a/common/cmd_fastboot.c b/common/cmd_fastboot.c > > index 346ab80..7956a5b 100644 > > --- a/common/cmd_fastboot.c > > +++ b/common/cmd_fastboot.c > > @@ -23,6 +23,8 @@ static int do_fastboot(cmd_tbl_t *cmdtp, int flag, int > > argc, char *const argv[]) if (!g_dnl_board_usb_cable_connected()) { > > puts("\rUSB cable not detected.\n" \ > > "Command exit.\n"); > > + g_dnl_unregister(); > > + g_dnl_clear_detach(); > > return CMD_RET_FAILURE; > > } > > Best regards, > Marek Vasut -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part URL: