netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

* Re: [PATCH-2] drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock'
       [not found] ` <20150506143120.GA1595-rdcl7jphbsIZVEi6gpwBcI8///Ng5aD8wzqs5ZKRSiY@public.gmane.org>
@ 2015-05-09 20:12   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-05-09 20:12 UTC (permalink / raw)
  To: qehgt0-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA

From: Vasily Titskiy <qehgt0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Wed, 6 May 2015 10:31:21 -0400

> This device is sold as 'Lenovo OneLink Pro Dock'.
> Chipset is RTL8153 and works with r8152.
> 
> Signed-off-by: Vasily Titskiy <qehgt0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[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;
as well as URLs for NNTP newsgroup(s).