From: Stefan Roese Date: Wed, 3 Jul 2013 16:34:54 +0000 (+0200) Subject: net: smsc95xx: Add support for another SMSC95xx variant X-Git-Tag: v2013.10-rc1~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2eb60902a03758133b027934b8710c7ff730cb06;p=oweals%2Fu-boot.git net: smsc95xx: Add support for another SMSC95xx variant 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 --- diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c index b04e91cfcb..15fd9a9f78 100644 --- a/drivers/usb/eth/smsc95xx.c +++ b/drivers/usb/eth/smsc95xx.c @@ -784,6 +784,7 @@ static const struct smsc95xx_dongle smsc95xx_dongles[] = { { 0x0424, 0xec00 }, /* LAN9512/LAN9514 Ethernet */ { 0x0424, 0x9500 }, /* LAN9500 Ethernet */ { 0x0424, 0x9730 }, /* LAN9730 Ethernet (HSIC) */ + { 0x0424, 0x9900 }, /* SMSC9500 USB Ethernet Device (SAL10) */ { 0x0000, 0x0000 } /* END - Do not remove */ };