* [PATCH net-next] r8152: add vendor/device ID pair for Dell Alienware AW1022z
@ 2025-02-06 22:40 Aleksander Jan Bajkowski
2025-02-11 2:10 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Jan Bajkowski @ 2025-02-06 22:40 UTC (permalink / raw)
To: andrew+netdev, davem, edumazet, kuba, pabeni, gregkh, hayeswang,
horms, dianders, gmazyland, ste3ls, linux-usb, netdev,
linux-kernel
Cc: Aleksander Jan Bajkowski
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 <olek2@wp.pl>
---
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 468c73974046..e1021148d3a6 100644
--- a/drivers/net/usb/r8152.c
+++ b/drivers/net/usb/r8152.c
@@ -10079,6 +10079,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 33a4c146dc19..2ca60828f28b 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] r8152: add vendor/device ID pair for Dell Alienware AW1022z
2025-02-06 22:40 [PATCH net-next] r8152: add vendor/device ID pair for Dell Alienware AW1022z Aleksander Jan Bajkowski
@ 2025-02-11 2:10 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-02-11 2:10 UTC (permalink / raw)
To: Aleksander Jan Bajkowski
Cc: andrew+netdev, davem, edumazet, kuba, pabeni, gregkh, hayeswang,
horms, dianders, gmazyland, ste3ls, linux-usb, netdev,
linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 6 Feb 2025 23:40:33 +0100 you wrote:
> 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 <olek2@wp.pl>
>
> [...]
Here is the summary with links:
- [net-next] r8152: add vendor/device ID pair for Dell Alienware AW1022z
https://git.kernel.org/netdev/net-next/c/848b09d53d92
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-11 2:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-06 22:40 [PATCH net-next] r8152: add vendor/device ID pair for Dell Alienware AW1022z Aleksander Jan Bajkowski
2025-02-11 2:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®