public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: ootitov@gmail.com
To: u-boot@lists.denx.de
Cc: Oleksii Titov <ootitov@gmail.com>, Marek Vasut <marex@denx.de>,
	Wolfgang Denk <wd@denx.de>
Subject: [PATCH] Add support for TP-Link UE200 dongle
Date: Wed, 20 Apr 2022 11:23:25 +0300	[thread overview]
Message-ID: <20220420082325.17549-1-ootitov@gmail.com> (raw)

From: Oleksii Titov <ootitov@gmail.com>

Signed-off-by: Oleksii Titov <ootitov@gmail.com>
---

 drivers/usb/eth/r8152.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/usb/eth/r8152.c b/drivers/usb/eth/r8152.c
index d21fc682b0..1aaa5a79b3 100644
--- a/drivers/usb/eth/r8152.c
+++ b/drivers/usb/eth/r8152.c
@@ -48,6 +48,7 @@ static const struct r8152_dongle r8152_dongles[] = {
 
 	/* TP-LINK */
 	{ 0x2357, 0x0601 },
+	{ 0x2357, 0x0602 },
 
 	/* Nvidia */
 	{ 0x0955, 0x09ff },
@@ -1885,6 +1886,7 @@ static const struct usb_device_id r8152_eth_id_table[] = {
 
 	/* TP-LINK */
 	{ USB_DEVICE(0x2357, 0x0601) },
+	{ USB_DEVICE(0x2357, 0x0602) },
 
 	/* Nvidia */
 	{ USB_DEVICE(0x0955, 0x09ff) },
-- 
2.25.1


             reply	other threads:[~2022-04-20 11:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20  8:23 ootitov [this message]
2022-04-21 23:03 ` [PATCH] Add support for TP-Link UE200 dongle Ramon Fried

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=20220420082325.17549-1-ootitov@gmail.com \
    --to=ootitov@gmail.com \
    --cc=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=wd@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