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

Aleksander Jan Bajkowski posted 1 patch 1 month, 2 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, 2 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>
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
Re: [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
Posted by Birger Koblitz 1 month, 2 weeks ago
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
Re: [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
Posted by Jakub Kicinski 1 month, 2 weeks ago
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