[PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0

Aleksander Jan Bajkowski posted 1 patch 1 month, 3 weeks ago
There is a newer version of this series
drivers/net/usb/r8152.c | 1 +
1 file changed, 1 insertion(+)
[PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
Posted by Aleksander Jan Bajkowski 1 month, 3 weeks ago
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
Re: [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
Posted by Andrew Lunn 1 month, 3 weeks ago
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