git: 31937f7e843d - main - USB id of yet another Lenovo USB-C ethernet dongle.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Aug 2022 17:22:22 UTC
The branch main has been updated by phk: URL: https://cgit.FreeBSD.org/src/commit/?id=31937f7e843da8be685557d513fc1af58079eda3 commit 31937f7e843da8be685557d513fc1af58079eda3 Author: Poul-Henning Kamp <phk@FreeBSD.org> AuthorDate: 2022-08-28 17:21:38 +0000 Commit: Poul-Henning Kamp <phk@FreeBSD.org> CommitDate: 2022-08-28 17:21:38 +0000 USB id of yet another Lenovo USB-C ethernet dongle. --- sys/dev/usb/net/if_ure.c | 1 + sys/dev/usb/usbdevs | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/dev/usb/net/if_ure.c b/sys/dev/usb/net/if_ure.c index a4e99cdcfd43..4d65e679a9d7 100644 --- a/sys/dev/usb/net/if_ure.c +++ b/sys/dev/usb/net/if_ure.c @@ -103,6 +103,7 @@ static const STRUCT_USB_HOST_ID ure_devs[] = { URE_DEV(LENOVO, TBT3LAN, 0), URE_DEV(LENOVO, TBT3LANGEN2, 0), URE_DEV(LENOVO, ONELINK, 0), + URE_DEV(LENOVO, RTL8153_04, URE_FLAG_8153), URE_DEV(LENOVO, USBCLAN, 0), URE_DEV(LENOVO, USBCLANGEN2, 0), URE_DEV(NVIDIA, RTL8153, URE_FLAG_8153), diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index c61cd8e30040..437d8a7e4218 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -2823,6 +2823,7 @@ product LENOVO GIGALAN 0x304b USB 3.0 Ethernet product LENOVO ETHERNET 0x7203 USB 2.0 Ethernet product LENOVO RTL8153 0x7205 USB 3.0 Ethernet product LENOVO ONELINK 0x720a USB 3.0 Ethernet +product LENOVO RTL8153_04 0x720c USB 3.0 Ethernet product LENOVO TBT3LAN 0x3069 LAN port in Thinkpad TB3 dock product LENOVO USBCLAN 0x3062 LAN port in Thinkpad USB-C dock product LENOVO TBT3LANGEN2 0x3082 LAN port in Thinkpad TB3 dock gen2