]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
net: smsc95xx: Add support for another SMSC95xx variant
authorStefan Roese <sr@denx.de>
Wed, 3 Jul 2013 16:34:54 +0000 (18:34 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 19 Aug 2013 17:34:18 +0000 (12:34 -0500)
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

index b04e91cfcbae45ca71bb5f86f88e1df468930b84..15fd9a9f785de9ce20a8b185e68d910fde83598c 100644 (file)
@@ -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 */
 };