linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mt76: mt76x0u: add support to TP-Link T2UHP
@ 2019-07-05 19:01 Lorenzo Bianconi
  2019-07-15 15:38 ` Sid Hayn
  0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Bianconi @ 2019-07-05 19:01 UTC (permalink / raw)
  To: nbd; +Cc: lorenzo.bianconi, linux-wireless, sidhayn, sgruszka

Introduce support to TP-Link T2UHP
https://wikidevi.com/wiki/TP-LINK_Archer_T2UHP

Tested-by: Sid Hayn <sidhayn@gmail.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
 drivers/net/wireless/mediatek/mt76/mt76x0/usb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c b/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c
index 627ed1fc7b15..b007bcd2e999 100644
--- a/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c
+++ b/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c
@@ -32,6 +32,7 @@ static struct usb_device_id mt76x0_device_table[] = {
 	{ USB_DEVICE(0x20f4, 0x806b) },	/* TRENDnet TEW-806UBH  */
 	{ USB_DEVICE(0x7392, 0xc711) }, /* Devolo Wifi ac Stick */
 	{ USB_DEVICE(0x0df6, 0x0079) }, /* Sitecom Europe B.V. ac  Stick */
+	{ USB_DEVICE(0x2357, 0x0123) }, /* TP-LINK T2UHP */
 	{ USB_DEVICE(0x2357, 0x0105),
 	  .driver_info = 1,	     }, /* TP-LINK Archer T1U */
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x0E8D, 0x7630, 0xff, 0x2, 0xff)}, /* MT7630U */
-- 
2.21.0


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

* Re: [PATCH] mt76: mt76x0u: add support to TP-Link T2UHP
  2019-07-05 19:01 [PATCH] mt76: mt76x0u: add support to TP-Link T2UHP Lorenzo Bianconi
@ 2019-07-15 15:38 ` Sid Hayn
  2019-07-16 11:11   ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Sid Hayn @ 2019-07-15 15:38 UTC (permalink / raw)
  To: Lorenzo Bianconi
  Cc: Felix Fietkau, Lorenzo Bianconi, linux-wireless, Stanislaw Gruszka

Felix,

I saw you accept this patch, thanks.  Any chance of pushing this
simple fix in 5.1.x and 5.2.x?  I've tested and confirmed this
hardware works fine.

Thanks,
Zero

On Fri, Jul 5, 2019 at 3:01 PM Lorenzo Bianconi <lorenzo@kernel.org> wrote:
>
> Introduce support to TP-Link T2UHP
> https://wikidevi.com/wiki/TP-LINK_Archer_T2UHP
>
> Tested-by: Sid Hayn <sidhayn@gmail.com>
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> ---
>  drivers/net/wireless/mediatek/mt76/mt76x0/usb.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c b/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c
> index 627ed1fc7b15..b007bcd2e999 100644
> --- a/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c
> +++ b/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c
> @@ -32,6 +32,7 @@ static struct usb_device_id mt76x0_device_table[] = {
>         { USB_DEVICE(0x20f4, 0x806b) }, /* TRENDnet TEW-806UBH  */
>         { USB_DEVICE(0x7392, 0xc711) }, /* Devolo Wifi ac Stick */
>         { USB_DEVICE(0x0df6, 0x0079) }, /* Sitecom Europe B.V. ac  Stick */
> +       { USB_DEVICE(0x2357, 0x0123) }, /* TP-LINK T2UHP */
>         { USB_DEVICE(0x2357, 0x0105),
>           .driver_info = 1,          }, /* TP-LINK Archer T1U */
>         { USB_DEVICE_AND_INTERFACE_INFO(0x0E8D, 0x7630, 0xff, 0x2, 0xff)}, /* MT7630U */
> --
> 2.21.0
>

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

* Re: [PATCH] mt76: mt76x0u: add support to TP-Link T2UHP
  2019-07-15 15:38 ` Sid Hayn
@ 2019-07-16 11:11   ` Kalle Valo
  0 siblings, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2019-07-16 11:11 UTC (permalink / raw)
  To: Sid Hayn
  Cc: Lorenzo Bianconi, Felix Fietkau, Lorenzo Bianconi,
	linux-wireless, Stanislaw Gruszka

Sid Hayn <sidhayn@gmail.com> writes:

> I saw you accept this patch, thanks.  Any chance of pushing this
> simple fix in 5.1.x and 5.2.x?  I've tested and confirmed this
> hardware works fine.

Actually you can ask that yourself:

https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html

Especially check option 2.

-- 
Kalle Valo

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

end of thread, other threads:[~2019-07-16 11:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-05 19:01 [PATCH] mt76: mt76x0u: add support to TP-Link T2UHP Lorenzo Bianconi
2019-07-15 15:38 ` Sid Hayn
2019-07-16 11:11   ` Kalle Valo

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).