Add support for TP-Link UE200 dongle
authorOleksii Titov <ootitov@gmail.com>
Wed, 20 Apr 2022 08:23:25 +0000 (11:23 +0300)
committerMarek Vasut <marex@denx.de>
Fri, 22 Apr 2022 08:35:14 +0000 (10:35 +0200)
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Oleksii Titov <ootitov@gmail.com>
drivers/usb/eth/r8152.c

index d21fc68..1aaa5a7 100644 (file)
@@ -48,6 +48,7 @@ static const struct r8152_dongle r8152_dongles[] = {
 
        /* TP-LINK */
        { 0x2357, 0x0601 },
+       { 0x2357, 0x0602 },
 
        /* Nvidia */
        { 0x0955, 0x09ff },
@@ -1885,6 +1886,7 @@ static const struct usb_device_id r8152_eth_id_table[] = {
 
        /* TP-LINK */
        { USB_DEVICE(0x2357, 0x0601) },
+       { USB_DEVICE(0x2357, 0x0602) },
 
        /* Nvidia */
        { USB_DEVICE(0x0955, 0x09ff) },