Skip to content

Commit 45532b2

Browse files
systec-awekuba-moo
authored andcommitted
net: smsc95xx: add support for SYS TEC USB-SPEmodule1
This patch adds support for the SYS TEC USB-SPEmodule1 10Base-T1L ethernet device to the existing smsc95xx driver by adding the new USB VID/PID pair. Signed-off-by: Andre Werner <andre.werner@systec-electronic.com> Link: https://lore.kernel.org/r/20240219053413.4732-1-andre.werner@systec-electronic.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 9a0d188 commit 45532b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/net/usb/smsc95xx.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,6 +2104,11 @@ static const struct usb_device_id products[] = {
21042104
USB_DEVICE(0x0424, 0x9E08),
21052105
.driver_info = (unsigned long) &smsc95xx_info,
21062106
},
2107+
{
2108+
/* SYSTEC USB-SPEmodule1 10BASE-T1L Ethernet Device */
2109+
USB_DEVICE(0x0878, 0x1400),
2110+
.driver_info = (unsigned long)&smsc95xx_info,
2111+
},
21072112
{
21082113
/* Microchip's EVB-LAN8670-USB 10BASE-T1S Ethernet Device */
21092114
USB_DEVICE(0x184F, 0x0051),

0 commit comments

Comments
 (0)