Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: usb: r8152: add TRENDnet TUC-ET2G

The TRENDnet TUC-ET2G is a RTL8156 based usb ethernet adapter. Add its
vendor and product IDs.

Signed-off-by: Valentin Spreckels <valentin@spreckels.dev>
Link: https://patch.msgid.link/20260226195409.7891-2-valentin@spreckels.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Valentin Spreckels and committed by
Jakub Kicinski
15fba715 b14e82ab

+2
+1
drivers/net/usb/r8152.c
··· 10054 10054 { USB_DEVICE(VENDOR_ID_DLINK, 0xb301) }, 10055 10055 { USB_DEVICE(VENDOR_ID_DELL, 0xb097) }, 10056 10056 { USB_DEVICE(VENDOR_ID_ASUS, 0x1976) }, 10057 + { USB_DEVICE(VENDOR_ID_TRENDNET, 0xe02b) }, 10057 10058 {} 10058 10059 }; 10059 10060
+1
include/linux/usb/r8152.h
··· 32 32 #define VENDOR_ID_DLINK 0x2001 33 33 #define VENDOR_ID_DELL 0x413c 34 34 #define VENDOR_ID_ASUS 0x0b05 35 + #define VENDOR_ID_TRENDNET 0x20f4 35 36 36 37 #if IS_REACHABLE(CONFIG_USB_RTL8152) 37 38 extern u8 rtl8152_get_version(struct usb_interface *intf);