Skip to content
Snippets Groups Projects
Commit 6674d2d9 authored by Oleksii Titov's avatar Oleksii Titov Committed by Marek Vasut
Browse files

Add support for TP-Link UE200 dongle

parent 142d50fb
No related branches found
No related tags found
No related merge requests found
......@@ -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) },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment