commit | 095fdef081c77fc79c719031e28b2925523873c9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:38 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:26 2015 -0600 |
tree | 6ede7b8c96a750f35a9b8e443787986cf8ee8e34 | |
parent | 019808f97c1d039c41a960e477554b956c3ae238 [diff] |
dm: usb: sandbox: Reset emulation devices in usb stop() These devices must have their addresses removed ready for the next USB bus enumeration. Add this logic to usb_stop(). Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>