public inbox for linux-usb@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; 2+ 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] 2+ messages in thread

* Re: [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
  2026-04-26 21:49 [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0 Aleksander Jan Bajkowski
@ 2026-04-27  2:43 ` Andrew Lunn
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2026-04-27  2:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-26 21:49 [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0 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