[PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver

Benjamin Große posted 1 patch 1 month ago
drivers/net/usb/r8152.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
Posted by Benjamin Große 1 month ago
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

Re: [PATCH] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
Posted by Simon Horman 1 month ago
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>