2019-07-05 19:04:46

by Lorenzo Bianconi

[permalink] [raw]
Subject: [PATCH] mt76: mt76x0u: add support to TP-Link T2UHP

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

Tested-by: Sid Hayn <[email protected]>
Signed-off-by: Lorenzo Bianconi <[email protected]>
---
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


2019-07-15 15:40:16

by Sid Hayn

[permalink] [raw]
Subject: Re: [PATCH] mt76: mt76x0u: add support to TP-Link T2UHP

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 <[email protected]> wrote:
>
> Introduce support to TP-Link T2UHP
> https://wikidevi.com/wiki/TP-LINK_Archer_T2UHP
>
> Tested-by: Sid Hayn <[email protected]>
> Signed-off-by: Lorenzo Bianconi <[email protected]>
> ---
> 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
>

2019-07-16 11:13:55

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] mt76: mt76x0u: add support to TP-Link T2UHP

Sid Hayn <[email protected]> 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