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@xxxxxxxxxx> wrote: > > Introduce support to TP-Link T2UHP > https://wikidevi.com/wiki/TP-LINK_Archer_T2UHP > > Tested-by: Sid Hayn <sidhayn@xxxxxxxxx> > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > --- > 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 >