https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291690
ofthecentury <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #266216|0 |1 is obsolete| | --- Comment #5 from ofthecentury <[email protected]> --- Created attachment 266871 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266871&action=edit corrected patch that compiles & works Check that this attached patch compiles and works: diff --git a/sys/dev/usb/net/if_ure.c b/sys/dev/usb/net/if_ure.c index c3f7b622d..b958255ac 100644 --- a/sys/dev/usb/net/if_ure.c +++ b/sys/dev/usb/net/if_ure.c @@ -110,6 +110,7 @@ static const STRUCT_USB_HOST_ID ure_devs[] = { URE_DEV(REALTEK, RTL8152, URE_FLAG_8152), URE_DEV(REALTEK, RTL8153, URE_FLAG_8153), URE_DEV(TPLINK, RTL8153, URE_FLAG_8153), + URE_DEV(TPLINK, UE200, URE_FLAG_8153), URE_DEV(REALTEK, RTL8156, URE_FLAG_8156), #undef URE_DEV }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index bb039f59c..73d08960c 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -4845,6 +4845,7 @@ product TPLINK T2UNANO 0x011e Archer T2U Nano product TPLINK T2UV3 0x011f Archer T2U ver 3 product TPLINK T2UPLUS 0x0120 Archer T2U Plus product TPLINK RTL8153 0x0601 RTL8153 USB 10/100/1000 LAN +product TPLINK UE200 0x0602 UE200 /* Trek Technology products */ product TREK THUMBDRIVE 0x1111 ThumbDrive -- You are receiving this mail because: You are the assignee for the bug.
