All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Birger Koblitz <mail@birger-koblitz.de>
Cc: Aleksander Jan Bajkowski <olek2@wp.pl>,
	andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
	pabeni@redhat.com, hayeswang@realtek.com,
	hsu.chih.kai@realtek.com, kees@kernel.org,
	linux-usb@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, Andrew Lunn <andrew@lunn.ch>
Subject: Re: [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0
Date: Fri, 1 May 2026 16:51:19 -0700	[thread overview]
Message-ID: <20260501165119.2622a2af@kernel.org> (raw)
In-Reply-To: <7b3d3fc6-bbed-4a75-ac19-33fa910359c9@birger-koblitz.de>

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

  reply	other threads:[~2026-05-01 23:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260501165119.2622a2af@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hayeswang@realtek.com \
    --cc=hsu.chih.kai@realtek.com \
    --cc=kees@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mail@birger-koblitz.de \
    --cc=netdev@vger.kernel.org \
    --cc=olek2@wp.pl \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.