From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] Make Surface Dock 3 work again Date: Tue, 24 Jul 2018 16:34:55 -0700 (PDT) Message-ID: <20180724.163455.1165307993079475836.davem@davemloft.net> References: <873212f4-8e8d-df81-683e-03f3b75659d2@uib.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: oliver@neukum.org, hayeswang@realtek.com, netdev@vger.kernel.org To: m.radtke@uib.de Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:40012 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388477AbeGYAnr (ORCPT ); Tue, 24 Jul 2018 20:43:47 -0400 In-Reply-To: <873212f4-8e8d-df81-683e-03f3b75659d2@uib.de> Sender: netdev-owner@vger.kernel.org List-ID: From: Mathias Radtke Date: Tue, 24 Jul 2018 12:08:45 +0200 > since Kernel 4.10 the usage of the Surface Dock 3 is broken. > The network driver r8152 reports Tx Error -71. > The patch removes the dock from the r8152 driver and also removed it > from the cdc_ether drivers blacklist. Therefore the cdc_driver takes > over and the dock works again. Your email client severely corrupted this patch, please fix this and send a test patch to yourself so you can make sure it applies cleanly before sending the patch here again. Also, please provide a proper Signed-off-by: tag in your commit message. Thank you.