* [PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
@ 2024-10-20 17:41 Benjamin Große
2024-10-21 10:38 ` Simon Horman
2024-10-29 0:50 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Benjamin Große @ 2024-10-20 17:41 UTC (permalink / raw)
To: andrew+netdev, davem, edumazet, kuba, pabeni
Cc: linux-usb, netdev, linux-kernel, Benjamin Große
This patch adds support for another Lenovo Mini dock 0x17EF:0x3098 to the
r8152 driver. The device has been tested on NixOS, hotplugging and sleep
included.
Signed-off-by: Benjamin Große <ste3ls@gmail.com>
---
drivers/net/usb/r8152.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
index a5612c799..468c73974 100644
--- a/drivers/net/usb/r8152.c
+++ b/drivers/net/usb/r8152.c
@@ -10069,6 +10069,7 @@ static const struct usb_device_id rtl8152_table[] = {
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x3062) },
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x3069) },
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x3082) },
+ { USB_DEVICE(VENDOR_ID_LENOVO, 0x3098) },
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x7205) },
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x720c) },
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x7214) },
--
2.44.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
2024-10-20 17:41 [PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver Benjamin Große
@ 2024-10-21 10:38 ` Simon Horman
2024-10-29 0:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-10-21 10:38 UTC (permalink / raw)
To: Benjamin Große
Cc: andrew+netdev, davem, edumazet, kuba, pabeni, linux-usb, netdev,
linux-kernel
On Sun, Oct 20, 2024 at 06:41:28PM +0100, Benjamin Große wrote:
> This patch adds support for another Lenovo Mini dock 0x17EF:0x3098 to the
> r8152 driver. The device has been tested on NixOS, hotplugging and sleep
> included.
>
> Signed-off-by: Benjamin Große <ste3ls@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
2024-10-20 17:41 [PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver Benjamin Große
2024-10-21 10:38 ` Simon Horman
@ 2024-10-29 0:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-29 0:50 UTC (permalink / raw)
To: =?utf-8?q?Benjamin_Gro=C3=9Fe_=3Cste3ls=40gmail=2Ecom=3E?=
Cc: andrew+netdev, davem, edumazet, kuba, pabeni, linux-usb, netdev,
linux-kernel
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sun, 20 Oct 2024 18:41:28 +0100 you wrote:
> This patch adds support for another Lenovo Mini dock 0x17EF:0x3098 to the
> r8152 driver. The device has been tested on NixOS, hotplugging and sleep
> included.
>
> Signed-off-by: Benjamin Große <ste3ls@gmail.com>
> ---
> drivers/net/usb/r8152.c | 1 +
> 1 file changed, 1 insertion(+)
Here is the summary with links:
- usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
https://git.kernel.org/netdev/net/c/94c11e852955
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] 3+ messages in thread
end of thread, other threads:[~2024-10-29 0:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-20 17:41 [PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver Benjamin Große
2024-10-21 10:38 ` Simon Horman
2024-10-29 0:50 ` 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;
as well as URLs for NNTP newsgroup(s).