* [PATCH] drivers/net/usb: Lenovo Mini Dock, add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
@ 2024-10-19 18:37 Benjamin Grosse
2024-10-20 6:17 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Grosse @ 2024-10-19 18:37 UTC (permalink / raw)
To: andrew+netdev, davem, edumazet, kuba, pabeni
Cc: linux-usb, netdev, linux-kernel
From 7a75dea5721225f4280be53996421962af430c8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjamin=20Gro=C3=9Fe?= <ste3ls@gmail.com>
Date: Sat, 19 Oct 2024 10:05:29 +0100
Subject: [PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the
r8152 driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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] drivers/net/usb: Lenovo Mini Dock, add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
2024-10-19 18:37 [PATCH] drivers/net/usb: Lenovo Mini Dock, add support for new USB device ID 0x17EF:0x3098 for the r8152 driver Benjamin Grosse
@ 2024-10-20 6:17 ` Greg KH
[not found] ` <CAPvBWb=roBghdC38d59V-OBBA9Z9ACCqtAVm-S_TX9WXzuR0fQ@mail.gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2024-10-20 6:17 UTC (permalink / raw)
To: Benjamin Grosse
Cc: andrew+netdev, davem, edumazet, kuba, pabeni, linux-usb, netdev,
linux-kernel
On Sat, Oct 19, 2024 at 07:37:06PM +0100, Benjamin Grosse wrote:
> >From 7a75dea5721225f4280be53996421962af430c8b Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Benjamin=20Gro=C3=9Fe?= <ste3ls@gmail.com>
> Date: Sat, 19 Oct 2024 10:05:29 +0100
> Subject: [PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the
> r8152 driver
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
Something went wrong, this shouldn't be in your changelog text :(
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drivers/net/usb: Lenovo Mini Dock, add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
[not found] ` <CAPvBWb=roBghdC38d59V-OBBA9Z9ACCqtAVm-S_TX9WXzuR0fQ@mail.gmail.com>
@ 2024-10-20 9:03 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2024-10-20 9:03 UTC (permalink / raw)
To: Benjamin Grosse
Cc: andrew+netdev, davem, edumazet, kuba, pabeni, linux-usb, netdev,
linux-kernel
Oops, you sent html email to the lists, which get rejected...
On Sun, Oct 20, 2024 at 09:59:11AM +0100, Benjamin Grosse wrote:
> OMG sorry about that garbage part, it's my first time submitting a
> patch, should I resend the email (for some automatic processing or
> something) or is it easy enough to be ignored?
Also, please don't top-post :(
But yes, you do need to resend it, our tools do not strip that out.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-20 9:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-19 18:37 [PATCH] drivers/net/usb: Lenovo Mini Dock, add support for new USB device ID 0x17EF:0x3098 for the r8152 driver Benjamin Grosse
2024-10-20 6:17 ` Greg KH
[not found] ` <CAPvBWb=roBghdC38d59V-OBBA9Z9ACCqtAVm-S_TX9WXzuR0fQ@mail.gmail.com>
2024-10-20 9:03 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox