From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E57BC2110E; Tue, 27 May 2025 17:06:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748365584; cv=none; b=kkffSQ6MHgcMxamWH9oDY2A/6PJznsa6emObk+K9oFX6OVAKJTj2xSno2q3WO8ozRGG3d4FifPX1SwwN9sRvs4Fjp4VuSe/+J37MGBAfMcWFLflysKfbo7TU+7lf7SmmRnupMJReR9ipYv0Tn5SC8p9jgmFEmwpXwW1u9dTQ9qI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748365584; c=relaxed/simple; bh=Z1QxjLaG9nEXIxKx7a9Gq5KRnYJMJPcu4Si0LTE8PM4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=DO7wExT4If1brXHRCvNxZZUnOvISn4va4bj4rYcz9h3LmLbW/cayKMQeyT4IfwligdD8h1WrnHrLJPW5NrEnpprWwg5ixALGuL4FNpWZE9qgJwG80aIrWDSA8lVu2kYHxckD/BSOH4ptmJ5pAQXd3RVeZQyJaSKmRLu683LDiU0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=C8BspS21; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="C8BspS21" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70371C4CEE9; Tue, 27 May 2025 17:06:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1748365583; bh=Z1QxjLaG9nEXIxKx7a9Gq5KRnYJMJPcu4Si0LTE8PM4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=C8BspS21//x6ithagEGFXYm0EN3jZwceON8fbw01TnmAIaJlJ3T4DMwEUGuJ4WaxQ /ITk83Ex4PLp+0cofeTBUmDJh9dMXMaoAFdFvrMjpDWbKaCgYIgbBgiOvFXU7WpDau oYdC4MwcOUToMnTDPu0yi5q1wBGen+MaCRn+SoMc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Aleksander Jan Bajkowski , Jakub Kicinski , Sasha Levin Subject: [PATCH 6.12 424/626] r8152: add vendor/device ID pair for Dell Alienware AW1022z Date: Tue, 27 May 2025 18:25:17 +0200 Message-ID: <20250527162502.236631672@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250527162445.028718347@linuxfoundation.org> References: <20250527162445.028718347@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Aleksander Jan Bajkowski [ Upstream commit 848b09d53d923b4caee5491f57a5c5b22d81febc ] The Dell AW1022z 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 Link: https://patch.msgid.link/20250206224033.980115-1-olek2@wp.pl Signed-off-by: Jakub Kicinski Signed-off-by: Sasha Levin --- drivers/net/usb/r8152.c | 1 + include/linux/usb/r8152.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c index 96fa3857d8e25..2cab046749a92 100644 --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c @@ -10085,6 +10085,7 @@ static const struct usb_device_id rtl8152_table[] = { { USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff) }, { USB_DEVICE(VENDOR_ID_TPLINK, 0x0601) }, { USB_DEVICE(VENDOR_ID_DLINK, 0xb301) }, + { USB_DEVICE(VENDOR_ID_DELL, 0xb097) }, { USB_DEVICE(VENDOR_ID_ASUS, 0x1976) }, {} }; diff --git a/include/linux/usb/r8152.h b/include/linux/usb/r8152.h index 33a4c146dc19c..2ca60828f28bb 100644 --- a/include/linux/usb/r8152.h +++ b/include/linux/usb/r8152.h @@ -30,6 +30,7 @@ #define VENDOR_ID_NVIDIA 0x0955 #define VENDOR_ID_TPLINK 0x2357 #define VENDOR_ID_DLINK 0x2001 +#define VENDOR_ID_DELL 0x413c #define VENDOR_ID_ASUS 0x0b05 #if IS_REACHABLE(CONFIG_USB_RTL8152) -- 2.39.5