From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rene Rebe Subject: [PATH] Date: Thu, 14 Jan 2016 15:21:06 +0100 (CET) Message-ID: <20160114.152106.1522848878187628539.rene@exactcode.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: davem@davemloft.net To: netdev@vger.kernel.org Return-path: Received: from mx.exactcode.de ([144.76.154.42]:46268 "EHLO mx.exactcode.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753671AbcANOVJ convert rfc822-to-8bit (ORCPT ); Thu, 14 Jan 2016 09:21:09 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Hi David, rebased against your netdev git, and sent with Mew: The Microsoft Surface Docks uses a R8152, too. Signed-off-by: Ren=E9 Rebe --- linux-git/drivers/net/usb/r8152.c.orig 2016-01-14 15:17:54.78666245= 6 +0100 +++ linux-git/drivers/net/usb/r8152.c 2016-01-14 15:17:21.050661823 +01= 00 @@ -504,6 +504,7 @@ =20 /* 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[] =3D { {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)}, --=20 Ren=E9 Rebe, ExactCODE GmbH, Lietzenburger Str. 42, DE-10117 Berlin http://exactcode.com | http://t2-project.org | http://rene.rebe.de