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 bf089c4 commit fe51630Copy full SHA for fe51630
drivers/net/wireless/mediatek/mt76/mt76x2/usb.c
@@ -22,6 +22,7 @@ static const struct usb_device_id mt76x2u_device_table[] = {
22
{ USB_DEVICE(0x0846, 0x9053) }, /* Netgear A6210 */
23
{ USB_DEVICE(0x045e, 0x02e6) }, /* XBox One Wireless Adapter */
24
{ USB_DEVICE(0x045e, 0x02fe) }, /* XBox One Wireless Adapter */
25
+ { USB_DEVICE(0x2357, 0x0137) }, /* TP-Link TL-WDN6200 */
26
{ },
27
};
28
0 commit comments