We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea5440 commit 205d66eCopy full SHA for 205d66e
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -7959,6 +7959,18 @@ static const struct usb_device_id dev_table[] = {
7959
.driver_info = (unsigned long)&rtl8192eu_fops},
7960
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818c, 0xff, 0xff, 0xff),
7961
7962
+/* D-Link DWA-131 rev C1 */
7963
+{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3312, 0xff, 0xff, 0xff),
7964
+ .driver_info = (unsigned long)&rtl8192eu_fops},
7965
+/* TP-Link TL-WN8200ND V2 */
7966
+{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0126, 0xff, 0xff, 0xff),
7967
7968
+/* Mercusys MW300UM */
7969
+{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0100, 0xff, 0xff, 0xff),
7970
7971
+/* Mercusys MW300UH */
7972
+{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0104, 0xff, 0xff, 0xff),
7973
7974
#endif
7975
{ }
7976
};
0 commit comments