commit | e0d67df88b9a5ae49151627e88219d748b9e5eaa | [log] [tgz] |
---|---|---|
author | Inha Song <ideal.song@samsung.com> | Tue Mar 03 17:32:06 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:48:11 2015 +0200 |
tree | 0b130c1bbff752df6672e6e08ebcfe3b9fbf2f20 | |
parent | 3ab2d77b3551a89779ef5936deb34dd5d4a7bacf [diff] [blame] |
usb: gadget: thor: Invoke board specific USB cleanup interface This patch invokes board-specific USB cleanup (board_usb_cleanup) function in the thor gadget. Signed-off-by: Inha Song <ideal.song@samsung.com>
diff --git a/common/cmd_thordown.c b/common/cmd_thordown.c index 8ed1dc6..436b7f5 100644 --- a/common/cmd_thordown.c +++ b/common/cmd_thordown.c
@@ -56,6 +56,7 @@ exit: g_dnl_unregister(); + board_usb_cleanup(controller_index, USB_INIT_DEVICE); done: dfu_free_entities();