public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
@ 2026-04-26 21:49 Aleksander Jan Bajkowski
  2026-04-27  2:43 ` Andrew Lunn
  0 siblings, 1 reply; 6+ messages in thread
From: Aleksander Jan Bajkowski @ 2026-04-26 21:49 UTC (permalink / raw)
  To: andrew+netdev, davem, edumazet, kuba, pabeni, hayeswang,
	hsu.chih.kai, kees, mail, linux-usb, netdev, linux-kernel
  Cc: Aleksander Jan Bajkowski

The TRENDnet TUC-ET2G V2.0 is an RTL8156B based 2.5G Ethernet controller.

Add the vendor and product ID values to the driver. This makes Ethernet
work with the adapter.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 drivers/net/usb/r8152.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
index 7337bf1b7d6a..1ace1d2398c9 100644
--- a/drivers/net/usb/r8152.c
+++ b/drivers/net/usb/r8152.c
@@ -10138,6 +10138,7 @@ static const struct usb_device_id rtl8152_table[] = {
 	{ USB_DEVICE(VENDOR_ID_DELL,    0xb097) },
 	{ USB_DEVICE(VENDOR_ID_ASUS,    0x1976) },
 	{ USB_DEVICE(VENDOR_ID_TRENDNET, 0xe02b) },
+	{ USB_DEVICE(VENDOR_ID_TRENDNET, 0xe02c) },
 	{}
 };
 
-- 
2.53.0


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

* Re: [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
  2026-04-26 21:49 Aleksander Jan Bajkowski
@ 2026-04-27  2:43 ` Andrew Lunn
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Lunn @ 2026-04-27  2:43 UTC (permalink / raw)
  To: Aleksander Jan Bajkowski
  Cc: andrew+netdev, davem, edumazet, kuba, pabeni, hayeswang,
	hsu.chih.kai, kees, mail, linux-usb, netdev, linux-kernel

On Sun, Apr 26, 2026 at 11:49:00PM +0200, Aleksander Jan Bajkowski wrote:
> The TRENDnet TUC-ET2G V2.0 is an RTL8156B based 2.5G Ethernet controller.
> 
> Add the vendor and product ID values to the driver. This makes Ethernet
> work with the adapter.
> 
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>

I don't think i've seen an email yet that netdev is open after the
merge window.

Please post again when it does, and include Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
@ 2026-04-30 21:34 Aleksander Jan Bajkowski
  2026-05-01  4:03 ` Birger Koblitz
  2026-05-02  0:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 6+ messages in thread
From: Aleksander Jan Bajkowski @ 2026-04-30 21:34 UTC (permalink / raw)
  To: andrew+netdev, davem, edumazet, kuba, pabeni, hayeswang,
	hsu.chih.kai, kees, mail, linux-usb, netdev, linux-kernel
  Cc: Aleksander Jan Bajkowski, Andrew Lunn

The TRENDnet TUC-ET2G V2.0 is an RTL8156B based 2.5G Ethernet controller.

Add the vendor and product ID values to the driver. This makes Ethernet
work with the adapter.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
---
 drivers/net/usb/r8152.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
index 7337bf1b7d6a..1ace1d2398c9 100644
--- a/drivers/net/usb/r8152.c
+++ b/drivers/net/usb/r8152.c
@@ -10138,6 +10138,7 @@ static const struct usb_device_id rtl8152_table[] = {
 	{ USB_DEVICE(VENDOR_ID_DELL,    0xb097) },
 	{ USB_DEVICE(VENDOR_ID_ASUS,    0x1976) },
 	{ USB_DEVICE(VENDOR_ID_TRENDNET, 0xe02b) },
+	{ USB_DEVICE(VENDOR_ID_TRENDNET, 0xe02c) },
 	{}
 };
 
-- 
2.53.0


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

* Re: [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
  2026-04-30 21:34 [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0 Aleksander Jan Bajkowski
@ 2026-05-01  4:03 ` Birger Koblitz
  2026-05-01 23:51   ` Jakub Kicinski
  2026-05-02  0:10 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 6+ messages in thread
From: Birger Koblitz @ 2026-05-01  4:03 UTC (permalink / raw)
  To: Aleksander Jan Bajkowski, andrew+netdev, davem, edumazet, kuba,
	pabeni, hayeswang, hsu.chih.kai, kees, linux-usb, netdev,
	linux-kernel
  Cc: Andrew Lunn

On 30/04/2026 11:34 pm, Aleksander Jan Bajkowski wrote:
> The TRENDnet TUC-ET2G V2.0 is an RTL8156B based 2.5G Ethernet controller.
> 
> Add the vendor and product ID values to the driver. This makes Ethernet
> work with the adapter.
> 
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> ---
>   drivers/net/usb/r8152.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
> index 7337bf1b7d6a..1ace1d2398c9 100644
> --- a/drivers/net/usb/r8152.c
> +++ b/drivers/net/usb/r8152.c
> @@ -10138,6 +10138,7 @@ static const struct usb_device_id rtl8152_table[] = {
>   	{ USB_DEVICE(VENDOR_ID_TRENDNET, 0xe02b) },
> +	{ USB_DEVICE(VENDOR_ID_TRENDNET, 0xe02c) },
>   
You may also add my Reviewed-by: Birger Koblitz <mail@birger-koblitz.de>

Birger

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

* Re: [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
  2026-05-01  4:03 ` Birger Koblitz
@ 2026-05-01 23:51   ` Jakub Kicinski
  0 siblings, 0 replies; 6+ messages in thread
From: Jakub Kicinski @ 2026-05-01 23:51 UTC (permalink / raw)
  To: Birger Koblitz
  Cc: Aleksander Jan Bajkowski, andrew+netdev, davem, edumazet, pabeni,
	hayeswang, hsu.chih.kai, kees, linux-usb, netdev, linux-kernel,
	Andrew Lunn

On Fri, 1 May 2026 06:03:05 +0200 Birger Koblitz wrote:
> On 30/04/2026 11:34 pm, Aleksander Jan Bajkowski wrote:
> > The TRENDnet TUC-ET2G V2.0 is an RTL8156B based 2.5G Ethernet controller.
> > 
> > Add the vendor and product ID values to the driver. This makes Ethernet
> > work with the adapter.
> > 
> > Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> > Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> > ---
> >   drivers/net/usb/r8152.c | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
> > index 7337bf1b7d6a..1ace1d2398c9 100644
> > --- a/drivers/net/usb/r8152.c
> > +++ b/drivers/net/usb/r8152.c
> > @@ -10138,6 +10138,7 @@ static const struct usb_device_id rtl8152_table[] = {
> >   	{ USB_DEVICE(VENDOR_ID_TRENDNET, 0xe02b) },
> > +	{ USB_DEVICE(VENDOR_ID_TRENDNET, 0xe02c) },
> >     
> You may also add my Reviewed-by: Birger Koblitz <mail@birger-koblitz.de>

Thanks! In the future please make sure you send the Review tags on a
separate line, otherwise our scripts don't pick them up

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

* Re: [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
  2026-04-30 21:34 [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0 Aleksander Jan Bajkowski
  2026-05-01  4:03 ` Birger Koblitz
@ 2026-05-02  0:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-05-02  0:10 UTC (permalink / raw)
  To: Aleksander Jan Bajkowski
  Cc: andrew+netdev, davem, edumazet, kuba, pabeni, hayeswang,
	hsu.chih.kai, kees, mail, linux-usb, netdev, linux-kernel, andrew

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 30 Apr 2026 23:34:33 +0200 you wrote:
> The TRENDnet TUC-ET2G V2.0 is an RTL8156B based 2.5G Ethernet controller.
> 
> Add the vendor and product ID values to the driver. This makes Ethernet
> work with the adapter.
> 
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> 
> [...]

Here is the summary with links:
  - [net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
    https://git.kernel.org/netdev/net/c/f93836b23677

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2026-05-02  0:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30 21:34 [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0 Aleksander Jan Bajkowski
2026-05-01  4:03 ` Birger Koblitz
2026-05-01 23:51   ` Jakub Kicinski
2026-05-02  0:10 ` patchwork-bot+netdevbpf
  -- strict thread matches above, loose matches on Subject: below --
2026-04-26 21:49 Aleksander Jan Bajkowski
2026-04-27  2:43 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox