[Bug 291690] [usbdevs] [patch] Add USB product ID for TP-Link UE200 to usbdevs
Date: Mon, 15 Dec 2025 17:26:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291690
Bug ID: 291690
Summary: [usbdevs] [patch] Add USB product ID for TP-Link UE200
to usbdevs
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: kern
Assignee: bugs@FreeBSD.org
Reporter: ofthecentury@gmail.com
Created attachment 266216
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266216&action=edit
patch
Added product ID for TPLink UE200 in sys/dev/usb/usbdevs, RTL8153 chip support
is already in kernel. Recompiled on 14.3 and 15.0, works ok.
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index bb039f59c..f0a3f3ba5 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 RTL8153 0x0602 UE200
/* Trek Technology products */
product TREK THUMBDRIVE 0x1111 ThumbDrive
--
You are receiving this mail because:
You are the assignee for the bug.