From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Mon, 09 Jan 2012 13:02:28 +0100 Subject: [U-Boot] net: re-enumerating usb-ethernet devices hangs the system Message-ID: <4F0AD754.10607@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Vincent, as you already know, the re-enumerating of usb ethernet devices (calling "usb start" twice) hangs the system because eth_register() is called more than once. If have found a related patch from you with the subject "eth: remove usb-ethernet devices before re-enumerating them" in the chromium.org git repos. Could that be pushed mainline. Feel free to add my "Tested-by: Wolfgang Grandegger ". Thanks, Wolfgang.