]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net: usb: r8152: add TRENDnet TUC-ET2G v2.0
authorAleksander Jan Bajkowski <olek2@wp.pl>
Thu, 30 Apr 2026 21:34:33 +0000 (23:34 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 1 May 2026 23:50:49 +0000 (16:50 -0700)
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>
Reviewed-by: Birger Koblitz <mail@birger-koblitz.de>
Link: https://patch.msgid.link/20260430213435.21821-1-olek2@wp.pl
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/usb/r8152.c

index 7337bf1b7d6ad03572edbc492706c07a8f58760f..1ace1d2398c9c19b868282f2ff269060d9c983e6 100644 (file)
@@ -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) },
        {}
 };