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 e7bd018 commit aa069edCopy full SHA for aa069ed
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -6973,6 +6973,18 @@ static const struct usb_device_id dev_table[] = {
6973
.driver_info = (unsigned long)&rtl8192eu_fops},
6974
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818c, 0xff, 0xff, 0xff),
6975
6976
+/* D-Link DWA-131 rev C1 */
6977
+{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3312, 0xff, 0xff, 0xff),
6978
+ .driver_info = (unsigned long)&rtl8192eu_fops},
6979
+/* TP-Link TL-WN8200ND V2 */
6980
+{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0126, 0xff, 0xff, 0xff),
6981
6982
+/* Mercusys MW300UM */
6983
+{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0100, 0xff, 0xff, 0xff),
6984
6985
+/* Mercusys MW300UH */
6986
+{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0104, 0xff, 0xff, 0xff),
6987
6988
#endif
6989
{ }
6990
};
0 commit comments