diff options
| author | Oleksii Titov <[email protected]> | 2022-04-20 11:23:25 +0300 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2022-04-22 10:35:14 +0200 |
| commit | 6674d2d9fe563258fdc89b25eb46cccdb388b678 (patch) | |
| tree | 2177fd5098574ab3a1c1c5a2061b77dd138e6bd5 /drivers | |
| parent | 142d50fbce7c364a74f5e8204dba491b9f066e6c (diff) | |
Add support for TP-Link UE200 dongle
Reviewed-by: Ramon Fried <[email protected]>
Signed-off-by: Oleksii Titov <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/eth/r8152.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/eth/r8152.c b/drivers/usb/eth/r8152.c index d21fc682b03..1aaa5a79b3f 100644 --- a/drivers/usb/eth/r8152.c +++ b/drivers/usb/eth/r8152.c @@ -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) }, |
