* [PATCH-2] drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock'
@ 2015-05-06 14:31 Vasily Titskiy
[not found] ` <20150506143120.GA1595-rdcl7jphbsIZVEi6gpwBcI8///Ng5aD8wzqs5ZKRSiY@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Vasily Titskiy @ 2015-05-06 14:31 UTC (permalink / raw)
To: linux-usb; +Cc: David S. Miller, netdev
This device is sold as 'Lenovo OneLink Pro Dock'.
Chipset is RTL8153 and works with r8152.
Signed-off-by: Vasily Titskiy <qehgt0@gmail.com>
---
drivers/net/usb/r8152.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
index ac4d03b..aafa1a1 100644
--- a/drivers/net/usb/r8152.c
+++ b/drivers/net/usb/r8152.c
@@ -4116,6 +4116,7 @@ static struct usb_device_id rtl8152_table[] = {
{REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
{REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)},
{REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7205)},
+ {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x304f)},
{}
};
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-09 20:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-06 14:31 [PATCH-2] drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock' Vasily Titskiy
[not found] ` <20150506143120.GA1595-rdcl7jphbsIZVEi6gpwBcI8///Ng5aD8wzqs5ZKRSiY@public.gmane.org>
2015-05-09 20:12 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox