Skip to content

Commit 94c11e8

Browse files
benjajajakuba-moo
authored andcommitted
usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
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> Link: https://patch.msgid.link/20241020174128.160898-1-ste3ls@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent f1e54d1 commit 94c11e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/net/usb/r8152.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10069,6 +10069,7 @@ static const struct usb_device_id rtl8152_table[] = {
1006910069
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x3062) },
1007010070
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x3069) },
1007110071
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x3082) },
10072+
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x3098) },
1007210073
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x7205) },
1007310074
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x720c) },
1007410075
{ USB_DEVICE(VENDOR_ID_LENOVO, 0x7214) },

0 commit comments

Comments
 (0)