From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1
Date: Thu, 27 Jun 2013 13:28:01 +0200 [thread overview]
Message-ID: <201306271328.01313.marex@denx.de> (raw)
In-Reply-To: <1372316514-3866-1-git-send-email-p.aubert@staubli.com>
Dear Pierre Aubert,
> This trivial patch adds the definition of the vid/pid for the Ver C1 of the
> USB Ethernet adapter D-Link DUB-E100.
>
>
> Signed-off-by: Pierre Aubert <p.aubert@staubli.com>
> CC: Marek Vasut <marex@denx.de>
> ---
> drivers/usb/eth/asix.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c
> index 76624b9..db39bd8 100644
> --- a/drivers/usb/eth/asix.c
> +++ b/drivers/usb/eth/asix.c
> @@ -585,6 +585,7 @@ struct asix_dongle {
> static const struct asix_dongle const asix_dongles[] = {
> { 0x05ac, 0x1402, FLAG_TYPE_AX88772 }, /* Apple USB Ethernet Adapter */
> { 0x07d1, 0x3c05, FLAG_TYPE_AX88772 }, /* D-Link DUB-E100 H/W Ver B1 */
> + { 0x2001, 0x1a02, FLAG_TYPE_AX88772 }, /* D-Link DUB-E100 H/W Ver C1 */
> /* Cables-to-Go USB Ethernet Adapter */
> { 0x0b95, 0x772a, FLAG_TYPE_AX88772 },
> { 0x0b95, 0x7720, FLAG_TYPE_AX88772 }, /* Trendnet TU2-ET100 V3.0R */
Applied, thanks
Best regards,
Marek Vasut
prev parent reply other threads:[~2013-06-27 11:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-27 7:01 [U-Boot] [PATCH] usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1 Pierre Aubert
2013-06-27 11:28 ` Marek Vasut [this message]
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=201306271328.01313.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.