From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] usb: eth: smsc95xx: add LAN9500A device ID
Date: Wed, 12 Mar 2014 11:49:23 +0100 [thread overview]
Message-ID: <201403121149.23187.marex@denx.de> (raw)
In-Reply-To: <1394613391-8446-1-git-send-email-ilya@compulab.co.il>
On Wednesday, March 12, 2014 at 09:36:31 AM, Ilya Ledvich wrote:
> 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>
> ---
> drivers/usb/eth/smsc95xx.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
> index 7bf0a34..7a7a676 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, 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 */
> };
Acked-by: Marek Vasut <marex@denx.de>
Shall I start picking this stuff up via USB tree or will you do this Tom ?
Best regards,
Marek Vasut
next prev parent reply other threads:[~2014-03-12 10:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-12 8:36 [U-Boot] [PATCH] usb: eth: smsc95xx: add LAN9500A device ID Ilya Ledvich
2014-03-12 10:49 ` Marek Vasut [this message]
2014-03-17 12:04 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201403121149.23187.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox