diff mbox series

mt76: mt76x0u: add support to TP-Link T2UHP

Message ID dfb97adb52811bed530449c22a172724ed992771.1562353065.git.lorenzo@kernel.org (mailing list archive)
State Accepted
Delegated to: Felix Fietkau
Headers show
Series mt76: mt76x0u: add support to TP-Link T2UHP | expand

Commit Message

Lorenzo Bianconi July 5, 2019, 7:01 p.m. UTC
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(+)

Comments

Sid Hayn July 15, 2019, 3:38 p.m. UTC | #1
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
>
Kalle Valo July 16, 2019, 11:11 a.m. UTC | #2
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.
diff mbox series

Patch

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