Skip to content
Snippets Groups Projects
Commit 08ebd467 authored by Ilya Ledvich's avatar Ilya Ledvich Committed by Marek Vasut
Browse files

usb: eth: smsc95xx: add LAN9500A device ID


Add LAN9500A product ID (0x9e00) in order to support LAN9500A based dongles.
Tested on cm_t335.

Signed-off-by: default avatarIlya Ledvich <ilya@compulab.co.il>
Acked-by: default avatarMarek Vasut <marex@denx.de>
parent 29425be4
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment