From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 85A35317152; Mon, 27 Apr 2026 02:44:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777257849; cv=none; b=tEQ5jY5jXN3xOkaCFU11ywtBNaQwXBykYpUfK9YDrrXe6gqPZsWUizxK0Rt8d7d89DfFdT4540v4EWl+wpcuwBqgaSAKRKM3fcny+D3r2BzqdF1Ysvo54CByDvgwGCXkXMIiIEUDUkMeQp/KDzksANe+vjANN6VG6oo/Gcjtfpo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777257849; c=relaxed/simple; bh=bwq7UmPXpiyBFem7scGzKoglqeqYeeXrLGMOEdKaNVE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=k5jqQEMtFIjUb3sLpyybAKdivAma5VMRs41n0ACpMe6Sr7Y5R38e3oBSHvr91KV2nDj8tbAFkc6StjPwTwbDKrZ+CwSkEE++A3YKuFm1JhqadkleSHPWmFJ/9ntNvwUvPIuAELvsxiMH5jKqa/xHH09dJVJH0Jyr6Thzj95kaVY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=q8YwRJLA; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="q8YwRJLA" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=de3n8QAqtMqjOUG+N0taZAecD02pSJYllqt1wYHtl6Y=; b=q8YwRJLAMKC9pSmmrM9AH9Fx0C 603rc6MUxQIuZL0G4mKNB0WdHPyTorWoIbg9uMsdOq5X9g749MyvoZrOGuvcWvlCkmtNaAKhzqJdd RWdxPYaiavorZuLkN6eiWnetuUqfbUc9sYcZ+jX6gXgcOZdwphRB630bN3N3rXIJ6Zj4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wHBx0-0005n3-Vp; Mon, 27 Apr 2026 04:43:58 +0200 Date: Mon, 27 Apr 2026 04:43:58 +0200 From: Andrew Lunn To: Aleksander Jan Bajkowski Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, hayeswang@realtek.com, hsu.chih.kai@realtek.com, kees@kernel.org, mail@birger-koblitz.de, linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] net: usb: r8152: add TRENDnet TUC-ET2G v2.0 Message-ID: References: <20260426214909.3426105-1-olek2@wp.pl> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260426214909.3426105-1-olek2@wp.pl> On Sun, Apr 26, 2026 at 11:49:00PM +0200, Aleksander Jan Bajkowski wrote: > The TRENDnet TUC-ET2G V2.0 is an RTL8156B based 2.5G Ethernet controller. > > Add the vendor and product ID values to the driver. This makes Ethernet > work with the adapter. > > Signed-off-by: Aleksander Jan Bajkowski I don't think i've seen an email yet that netdev is open after the merge window. Please post again when it does, and include Reviewed-by: Andrew Lunn Andrew