All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add support for TP-Link UE200 dongle
@ 2022-04-20  8:23 ootitov
  2022-04-21 23:03 ` Ramon Fried
  0 siblings, 1 reply; 2+ messages in thread
From: ootitov @ 2022-04-20  8:23 UTC (permalink / raw)
  To: u-boot; +Cc: Oleksii Titov, Marek Vasut, Wolfgang Denk

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add support for TP-Link UE200 dongle
  2022-04-20  8:23 [PATCH] Add support for TP-Link UE200 dongle ootitov
@ 2022-04-21 23:03 ` Ramon Fried
  0 siblings, 0 replies; 2+ messages in thread
From: Ramon Fried @ 2022-04-21 23:03 UTC (permalink / raw)
  To: ootitov; +Cc: U-Boot Mailing List, Marek Vasut, Wolfgang Denk

On Wed, Apr 20, 2022 at 2:26 PM <ootitov@gmail.com> wrote:
>
> 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
>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-21 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20  8:23 [PATCH] Add support for TP-Link UE200 dongle ootitov
2022-04-21 23:03 ` Ramon Fried

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.