From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 20 Sep 2012 14:14:39 +0200 Subject: [U-Boot] [PATCH 1/6] h2200: Add support for iPAQ h2200 In-Reply-To: References: <1348083538-16123-1-git-send-email-luk0104@gmail.com> <201209192302.49597.marex@denx.de> Message-ID: <201209201414.39251.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Joe Hershberger, > Hi Marek, > > On Wed, Sep 19, 2012 at 4:02 PM, Marek Vasut wrote: > > Dear ?ukasz Da?ek, > > > > [ Joe, see the bottom of my babble here ] > > > >> + > >> +# define CONFIG_USB_ETHER 1 > >> +# define CONFIG_USBNET_DEV_ADDR "de:ad:be:ef:00:01" > >> +# define CONFIG_USBNET_HOST_ADDR "de:ad:be:ef:00:02" > > > > Definitelly not, any mac address setting should not be present, Joe ? > > I certainly agree, in most cases. However, a USB Ethernet device is > unique in that it is known to be 1 of only 2 devices on the network. > Therefore conflicts are unlikely. The only source of conflicts is if > there are more than one of these devices plugged into the same host, > and even then I'm not sure that it's a problem, since the routing will > have to choose an interface first anyway. Oh wait, this is the CDC ethernet mac ... oh man. But we certainly should interoduce some configs for this. > -Joe Best regards, Marek Vasut