All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
@ 2021-06-18 16:08 ` Wei Mingzhi
  0 siblings, 0 replies; 8+ messages in thread
From: Wei Mingzhi @ 2021-06-18 16:08 UTC (permalink / raw)
  To: kubakici, kvalo, davem, matthias.bgg
  Cc: linux-wireless, netdev, linux-arm-kernel, linux-mediatek,
	linux-kernel, Wei Mingzhi

USB device ID of some versions of XiaoDu WiFi Dongle is 2955:1003
instead of 2955:1001. Both are the same mt7601u hardware.

Signed-off-by: Wei Mingzhi <whistler@member.fsf.org>
---
 drivers/net/wireless/mediatek/mt7601u/usb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/mediatek/mt7601u/usb.c b/drivers/net/wireless/mediatek/mt7601u/usb.c
index 6bcc4a13ae6c..cc772045d526 100644
--- a/drivers/net/wireless/mediatek/mt7601u/usb.c
+++ b/drivers/net/wireless/mediatek/mt7601u/usb.c
@@ -26,6 +26,7 @@ static const struct usb_device_id mt7601u_device_table[] = {
 	{ USB_DEVICE(0x2717, 0x4106) },
 	{ USB_DEVICE(0x2955, 0x0001) },
 	{ USB_DEVICE(0x2955, 0x1001) },
+	{ USB_DEVICE(0x2955, 0x1003) },
 	{ USB_DEVICE(0x2a5f, 0x1000) },
 	{ USB_DEVICE(0x7392, 0x7710) },
 	{ 0, }
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-06-22 15:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 16:08 [PATCH] mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle Wei Mingzhi
2021-06-18 16:08 ` Wei Mingzhi
2021-06-18 16:08 ` Wei Mingzhi
2021-06-18 20:35 ` Jakub Kicinski
2021-06-18 20:35   ` Jakub Kicinski
2021-06-18 20:35   ` Jakub Kicinski
2021-06-22 15:25 ` Kalle Valo
2021-06-22 15:25 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.