|
@@ -615,6 +615,7 @@ enum rtl8152_flags {
|
|
|
#define VENDOR_ID_LENOVO 0x17ef
|
|
#define VENDOR_ID_LENOVO 0x17ef
|
|
|
#define VENDOR_ID_LINKSYS 0x13b1
|
|
#define VENDOR_ID_LINKSYS 0x13b1
|
|
|
#define VENDOR_ID_NVIDIA 0x0955
|
|
#define VENDOR_ID_NVIDIA 0x0955
|
|
|
|
|
+#define VENDOR_ID_TPLINK 0x2357
|
|
|
|
|
|
|
|
#define MCU_TYPE_PLA 0x0100
|
|
#define MCU_TYPE_PLA 0x0100
|
|
|
#define MCU_TYPE_USB 0x0000
|
|
#define MCU_TYPE_USB 0x0000
|
|
@@ -5319,6 +5320,7 @@ static const struct usb_device_id rtl8152_table[] = {
|
|
|
{REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7214)},
|
|
{REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7214)},
|
|
|
{REALTEK_USB_DEVICE(VENDOR_ID_LINKSYS, 0x0041)},
|
|
{REALTEK_USB_DEVICE(VENDOR_ID_LINKSYS, 0x0041)},
|
|
|
{REALTEK_USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff)},
|
|
{REALTEK_USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff)},
|
|
|
|
|
+ {REALTEK_USB_DEVICE(VENDOR_ID_TPLINK, 0x0601)},
|
|
|
{}
|
|
{}
|
|
|
};
|
|
};
|
|
|
|
|
|