mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Recognize LAN in Lenovo USB-C and TB3 docks
This commit is contained in:
parent
3eb27bf0a7
commit
146ebc766c
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ SYSCTL_INT(_hw_usb_ure, OID_AUTO, debug, CTLFLAG_RWTUN, &ure_debug, 0,
|
|||
static const STRUCT_USB_HOST_ID ure_devs[] = {
|
||||
#define URE_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
|
||||
URE_DEV(LENOVO, RTL8153, 0),
|
||||
URE_DEV(LENOVO, TBT3LAN, 0),
|
||||
URE_DEV(LENOVO, USBCLAN, 0),
|
||||
URE_DEV(NVIDIA, RTL8153, 0),
|
||||
URE_DEV(REALTEK, RTL8152, URE_FLAG_8152),
|
||||
URE_DEV(REALTEK, RTL8153, 0),
|
||||
|
|
|
|||
Loading…
Reference in a new issue