Skip to content

Commit fe51630

Browse files
Icenowygregkh
authored andcommitted
wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table
[ Upstream commit 06cccc2 ] The TP-Link TL-WDN6200 "Driverless" version cards use a MT7612U chipset. Add the USB ID to mt76x2u driver. Signed-off-by: Icenowy Zheng <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Felix Fietkau <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent bf089c4 commit fe51630

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/mediatek/mt76/mt76x2

1 file changed

+1
-0
lines changed

drivers/net/wireless/mediatek/mt76/mt76x2/usb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ static const struct usb_device_id mt76x2u_device_table[] = {
2222
{ USB_DEVICE(0x0846, 0x9053) }, /* Netgear A6210 */
2323
{ USB_DEVICE(0x045e, 0x02e6) }, /* XBox One Wireless Adapter */
2424
{ USB_DEVICE(0x045e, 0x02fe) }, /* XBox One Wireless Adapter */
25+
{ USB_DEVICE(0x2357, 0x0137) }, /* TP-Link TL-WDN6200 */
2526
{ },
2627
};
2728

0 commit comments

Comments
 (0)