On Thu, Sep 07, 2023 at 08:36:44AM +0000, Douglas Silva wrote:
> 
> >Synopsis:      Bluetooth device makes boot fail
> >Category:      system
> >Environment:
>         System      : OpenBSD 7.3
>         Details     : OpenBSD 7.3 (GENERIC.MP) #3: Tue Jul 25 08:20:26 MDT 
> 2023
>                          
> r...@syspatch-73-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> 
>         Architecture: OpenBSD.amd64
>         Machine     : amd64
> >Description:
>         This is about the TP-Link UB500 Bluetooth adapter, which is a tiny 
> USB device that enables Bluetooth connectivity. If I plug it in and boot, it 
> will hang at a specific point and emit the following lines:
> 
> ure0 at uhub0 port 2 configuration 1 interface 0 (...)
> ure0: , unknown ver 00
> 
> >How-To-Repeat:
>         1. With the computer off, plug in the device to one of the USB ports.
>         2. Power on and watch the logs.

Thanks for the report.  The product id of the tp-link ub500 is 0x0604,
this chip is rtl8761buv.  The diff below corrects TP-LINK bluetooth ID.

Index: sys/dev/usb/usbdevs
===================================================================
RCS file: /cvs/src/sys/dev/usb/usbdevs,v
retrieving revision 1.758
diff -u -p -u -p -r1.758 usbdevs
--- sys/dev/usb/usbdevs 12 Aug 2023 20:43:49 -0000      1.758
+++ sys/dev/usb/usbdevs 9 Sep 2023 07:03:23 -0000
@@ -4478,7 +4478,7 @@ product TPLINK RTL8188EUS 0x010c  RTL8188
 product TPLINK EU300           0x0601  EU300
 product TPLINK RTL8152B_1      0x0602  RTL8152B
 product TPLINK RTL8152B_2      0x0603  RTL8152B
-product TPLINK RTL8153         0x0604  RTL8153
+product TPLINK UB500           0x0604  UB500
 
 /* Trek Technology products */
 product TREK THUMBDRIVE                0x1111  ThumbDrive

Reply via email to