lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPvBWb=L6FVwSk7iZX21Awez+dwhLMAoGe39f__VC=g7g6H2+g@mail.gmail.com>
Date: Sat, 19 Oct 2024 19:37:06 +0100
From: Benjamin Grosse <ste3ls@...il.com>
To: andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com, 
	kuba@...nel.org, pabeni@...hat.com
Cc: linux-usb@...r.kernel.org, netdev@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: [PATCH] drivers/net/usb: Lenovo Mini Dock, add support for new USB
 device ID 0x17EF:0x3098 for the r8152 driver

>From 7a75dea5721225f4280be53996421962af430c8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjamin=20Gro=C3=9Fe?= <ste3ls@...il.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@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ