The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=4cdcacb9b2969b681b9547da61535b09e9e67478
commit 4cdcacb9b2969b681b9547da61535b09e9e67478 Author: Ed Maste <[email protected]> AuthorDate: 2026-05-14 13:32:45 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-05-14 13:50:46 +0000 usbdevs: Add TP-Link UB500 (RTL8761BUV) USB ID This device is not yet supported. Unfortunately some recently purchased UB400 dongles also contain this Realtek IC. Sponsored by: The FreeBSD Foundation --- sys/dev/usb/usbdevs | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index ff4a6fd82f07..a6a240d62186 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -4862,6 +4862,7 @@ 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_2 0x0602 RTL8153 USB 10/100/1000 LAN +product TPLINK UB500 0x0604 UB500 RTL8761BUV Bluetooth /* Trek Technology products */ product TREK THUMBDRIVE 0x1111 ThumbDrive
