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


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [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

* [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


_______________________________________________
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] 8+ messages in thread

* Re: [PATCH] mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
  2021-06-18 16:08 ` Wei Mingzhi
  (?)
@ 2021-06-18 20:35   ` Jakub Kicinski
  -1 siblings, 0 replies; 8+ messages in thread
From: Jakub Kicinski @ 2021-06-18 20:35 UTC (permalink / raw)
  To: Wei Mingzhi
  Cc: kvalo, davem, matthias.bgg, linux-wireless, netdev,
	linux-arm-kernel, linux-mediatek, linux-kernel

On Sat, 19 Jun 2021 00:08:40 +0800 Wei Mingzhi wrote:
> 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>

Acked-by: Jakub Kicinski <kubakici@wp.pl>

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
@ 2021-06-18 20:35   ` Jakub Kicinski
  0 siblings, 0 replies; 8+ messages in thread
From: Jakub Kicinski @ 2021-06-18 20:35 UTC (permalink / raw)
  To: Wei Mingzhi
  Cc: kvalo, davem, matthias.bgg, linux-wireless, netdev,
	linux-arm-kernel, linux-mediatek, linux-kernel

On Sat, 19 Jun 2021 00:08:40 +0800 Wei Mingzhi wrote:
> 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>

Acked-by: Jakub Kicinski <kubakici@wp.pl>

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

* Re: [PATCH] mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
@ 2021-06-18 20:35   ` Jakub Kicinski
  0 siblings, 0 replies; 8+ messages in thread
From: Jakub Kicinski @ 2021-06-18 20:35 UTC (permalink / raw)
  To: Wei Mingzhi
  Cc: kvalo, davem, matthias.bgg, linux-wireless, netdev,
	linux-arm-kernel, linux-mediatek, linux-kernel

On Sat, 19 Jun 2021 00:08:40 +0800 Wei Mingzhi wrote:
> 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>

Acked-by: Jakub Kicinski <kubakici@wp.pl>

_______________________________________________
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] 8+ messages in thread

* Re: [PATCH] mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
  2021-06-18 16:08 ` Wei Mingzhi
                   ` (2 preceding siblings ...)
  (?)
@ 2021-06-22 15:25 ` Kalle Valo
  -1 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2021-06-22 15:25 UTC (permalink / raw)
  To: Wei Mingzhi
  Cc: kubakici, davem, matthias.bgg, linux-wireless, netdev,
	linux-arm-kernel, linux-mediatek, linux-kernel, Wei Mingzhi

Wei Mingzhi <whistler@member.fsf.org> wrote:

> 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>
> Acked-by: Jakub Kicinski <kubakici@wp.pl>

Patch applied to wireless-drivers-next.git, thanks.

829eea7c94e0 mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20210618160840.305024-1-whistler@member.fsf.org/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
  2021-06-18 16:08 ` Wei Mingzhi
                   ` (3 preceding siblings ...)
  (?)
@ 2021-06-22 15:25 ` Kalle Valo
  -1 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2021-06-22 15:25 UTC (permalink / raw)
  To: Wei Mingzhi
  Cc: kubakici, davem, matthias.bgg, linux-wireless, netdev,
	linux-arm-kernel, linux-mediatek, linux-kernel, Wei Mingzhi

Wei Mingzhi <whistler@member.fsf.org> wrote:

> 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>
> Acked-by: Jakub Kicinski <kubakici@wp.pl>

Patch applied to wireless-drivers-next.git, thanks.

829eea7c94e0 mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20210618160840.305024-1-whistler@member.fsf.org/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[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.