Commit 4066bf4c authored by Parthiban Veerasooran's avatar Parthiban Veerasooran Committed by David S. Miller
Browse files

net: smsc95xx: add support for Microchip EVB-LAN8670-USB



This patch adds support for Microchip's EVB-LAN8670-USB 10BASE-T1S
ethernet device to the existing smsc95xx driver by adding the new
USB VID/PID pairs.

Signed-off-by: default avatarParthiban Veerasooran <Parthiban.Veerasooran@microchip.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5f30671d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2088,6 +2088,11 @@ static const struct usb_device_id products[] = {
		USB_DEVICE(0x0424, 0x9E08),
		.driver_info = (unsigned long) &smsc95xx_info,
	},
	{
		/* Microchip's EVB-LAN8670-USB 10BASE-T1S Ethernet Device */
		USB_DEVICE(0x184F, 0x0051),
		.driver_info = (unsigned long)&smsc95xx_info,
	},
	{ },		/* END */
};
MODULE_DEVICE_TABLE(usb, products);