[U-Boot] [PATCH] usb: eth: smsc95xx: add LAN9500A device ID

Tom Rini trini at ti.com
Mon Mar 17 13:04:43 CET 2014


On Wed, Mar 12, 2014 at 11:49:23AM +0100, Marek Vasut wrote:
> On Wednesday, March 12, 2014 at 09:36:31 AM, Ilya Ledvich wrote:
> > Add LAN9500A product ID (0x9e00) in order to support LAN9500A based
> > dongles. Tested on cm_t335.
> > 
> > Signed-off-by: Ilya Ledvich <ilya at compulab.co.il>
> > ---
> >  drivers/usb/eth/smsc95xx.c |    1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
> > index 7bf0a34..7a7a676 100644
> > --- a/drivers/usb/eth/smsc95xx.c
> > +++ b/drivers/usb/eth/smsc95xx.c
> > @@ -799,6 +799,7 @@ static const struct smsc95xx_dongle smsc95xx_dongles[]
> > = { { 0x0424, 0x9500 },	/* LAN9500 Ethernet */
> >  	{ 0x0424, 0x9730 },	/* LAN9730 Ethernet (HSIC) */
> >  	{ 0x0424, 0x9900 },	/* SMSC9500 USB Ethernet Device (SAL10) */
> > +	{ 0x0424, 0x9e00 },	/* LAN9500A Ethernet */
> >  	{ 0x0000, 0x0000 }	/* END - Do not remove */
> >  };
> 
> Acked-by: Marek Vasut <marex at denx.de>
> 
> Shall I start picking this stuff up via USB tree or will you do this Tom ?

I probably put this on you in Patchwork already so pick it up or hand it
back please, either works, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140317/6f812e2f/attachment.pgp>


More information about the U-Boot mailing list