diff mbox

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

Message ID 1372869294-27119-1-git-send-email-sr@denx.de
State Accepted
Delegated to: Joe Hershberger
Headers show

Commit Message

Stefan Roese July 3, 2013, 4:34 p.m. UTC
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 <sr@denx.de>
---
 drivers/usb/eth/smsc95xx.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Joe Hershberger Aug. 19, 2013, 5:42 p.m. UTC | #1
On Wed, Jul 3, 2013 at 11:34 AM, Stefan Roese <sr@denx.de> 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 <sr@denx.de>
> ---

Applied, Thanks!
-Joe
diff mbox

Patch

diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
index 685702e..9e694a5 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, 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 */
 };