Re: [U-Boot] [PATCH] net: smsc95xx: Add support for another SMSC95xx variant

2013-08-19 Thread Joe Hershberger
On Wed, Jul 3, 2013 at 11:34 AM, Stefan Roese wrote: > This patch adds support for the SMSC9500 with product id 0x9900 which is > equipped in the "EXSYS USB 2.0" etherner USB adapter. > > Tested on omap3_beagle. > > Signed-off-by: Stefan Roese > --- Applied, Thanks! -Joe

[U-Boot] [PATCH] net: smsc95xx: Add support for another SMSC95xx variant

2013-07-03 Thread Stefan Roese
This patch adds support for the SMSC9500 with product id 0x9900 which is equipped in the "EXSYS USB 2.0" etherner USB adapter. Tested on omap3_beagle. Signed-off-by: Stefan Roese --- drivers/usb/eth/smsc95xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/eth/smsc95xx.c b/driv