linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mt7601u: Add support for Baidu Nuomi dongle
@ 2021-05-03  8:47 Yan Xinyu
  2021-05-03 16:10 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Yan Xinyu @ 2021-05-03  8:47 UTC (permalink / raw)
  To: kubakici, kvalo, davem, matthias.bgg
  Cc: linux-wireless, netdev, linux-arm-kernel, linux-mediatek,
	linux-kernel, Yan Xinyu

Add VID/PID for Baidu Nuomi USB WiFi dongle

Signed-off-by: Yan Xinyu <sdlyyxy@bupt.edu.cn>
---
 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.25.1




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] mt7601u: Add support for Baidu Nuomi dongle
  2021-05-03  8:47 [PATCH] mt7601u: Add support for Baidu Nuomi dongle Yan Xinyu
@ 2021-05-03 16:10 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2021-05-03 16:10 UTC (permalink / raw)
  To: Yan Xinyu
  Cc: kvalo, davem, matthias.bgg, linux-wireless, netdev,
	linux-arm-kernel, linux-mediatek, linux-kernel

On Mon,  3 May 2021 16:47:35 +0800 Yan Xinyu wrote:
> Add VID/PID for Baidu Nuomi USB WiFi dongle
> 
> Signed-off-by: Yan Xinyu <sdlyyxy@bupt.edu.cn>

Acked-by: Jakub Kicinski <kuba@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-05-03 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-03  8:47 [PATCH] mt7601u: Add support for Baidu Nuomi dongle Yan Xinyu
2021-05-03 16:10 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).