[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160114.152106.1522848878187628539.rene@exactcode.com>
Date: Thu, 14 Jan 2016 15:21:06 +0100 (CET)
From: Rene Rebe <rene@...ctcode.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net
Subject: [PATH]
Hi David,
rebased against your netdev git, and sent with Mew:
The Microsoft Surface Docks uses a R8152, too.
Signed-off-by: René Rebe <rene@...ctcode.com>
--- linux-git/drivers/net/usb/r8152.c.orig 2016-01-14 15:17:54.786662456 +0100
+++ linux-git/drivers/net/usb/r8152.c 2016-01-14 15:17:21.050661823 +0100
@@ -504,6 +504,7 @@
/* Define these values to match your device */
#define VENDOR_ID_REALTEK 0x0bda
+#define VENDOR_ID_MICROSOFT 0x045e
#define VENDOR_ID_SAMSUNG 0x04e8
#define VENDOR_ID_LENOVO 0x17ef
#define VENDOR_ID_NVIDIA 0x0955
@@ -4294,6 +4295,8 @@
static struct usb_device_id rtl8152_table[] = {
{REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)},
{REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)},
+ {REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07ab)},
+ {REALTEK_USB_DEVICE(VENDOR_ID_MICROSOFT, 0x07c6)},
{REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)},
{REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7205)},
{REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x304f)},
--
René Rebe, ExactCODE GmbH, Lietzenburger Str. 42, DE-10117 Berlin
http://exactcode.com | http://t2-project.org | http://rene.rebe.de
Powered by blists - more mailing lists