Commit 08ebd467c8649493404e5cc513abd096076c733e

Authored by Ilya Ledvich
Committed by Marek Vasut
1 parent 29425be49b

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: Ilya Ledvich <ilya@compulab.co.il>
Acked-by: Marek Vasut <marex@denx.de>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/usb/eth/smsc95xx.c
... ... @@ -799,6 +799,7 @@
799 799 { 0x0424, 0x9500 }, /* LAN9500 Ethernet */
800 800 { 0x0424, 0x9730 }, /* LAN9730 Ethernet (HSIC) */
801 801 { 0x0424, 0x9900 }, /* SMSC9500 USB Ethernet Device (SAL10) */
  802 + { 0x0424, 0x9e00 }, /* LAN9500A Ethernet */
802 803 { 0x0000, 0x0000 } /* END - Do not remove */
803 804 };
804 805