|
@@ -547,6 +547,7 @@ static const struct driver_info wwan_info = {
|
|
|
#define REALTEK_VENDOR_ID 0x0bda
|
|
|
#define SAMSUNG_VENDOR_ID 0x04e8
|
|
|
#define LENOVO_VENDOR_ID 0x17ef
|
|
|
+#define LINKSYS_VENDOR_ID 0x13b1
|
|
|
#define NVIDIA_VENDOR_ID 0x0955
|
|
|
#define HP_VENDOR_ID 0x03f0
|
|
|
#define MICROSOFT_VENDOR_ID 0x045e
|
|
@@ -737,6 +738,15 @@ static const struct usb_device_id products[] = {
|
|
|
.driver_info = 0,
|
|
|
},
|
|
|
|
|
|
+#if IS_ENABLED(CONFIG_USB_RTL8152)
|
|
|
+/* Linksys USB3GIGV1 Ethernet Adapter */
|
|
|
+{
|
|
|
+ USB_DEVICE_AND_INTERFACE_INFO(LINKSYS_VENDOR_ID, 0x0041, USB_CLASS_COMM,
|
|
|
+ USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE),
|
|
|
+ .driver_info = 0,
|
|
|
+},
|
|
|
+#endif
|
|
|
+
|
|
|
/* ThinkPad USB-C Dock (based on Realtek RTL8153) */
|
|
|
{
|
|
|
USB_DEVICE_AND_INTERFACE_INFO(LENOVO_VENDOR_ID, 0x3062, USB_CLASS_COMM,
|