History log of /freebsd/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3e72d0b4 14-May-2025 Vladimir Kondratyev <wulf@FreeBSD.org>

rtlbtfw(8): Sync device VID/PID list with Linux 6.15-rc4

Sponsored by: Future Crew, LLC
MFC after: 1 month


# 7a7ab347 29-Apr-2025 Vladimir Kondratyev <wulf@FreeBSD.org>

rtlbtfw(8): Add Mercusys MA530 VID/PID for Realtek 8761BUV

Tested by: Yusuf Yaman <nxjoseph@protonmail.com>
PR: 286369
MFC after: 1 week


Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0
# 24ae172a 07-Nov-2024 Vladimir Kondratyev <wulf@FreeBSD.org>

ng_ubt(4): do not attach Realtek 87XX/88XX adaptors in bootloader mode.

Attempt to initialize FreeBSD bluetooth stack while such a device is in
bootloader mode locks the adapter hardly so it require

ng_ubt(4): do not attach Realtek 87XX/88XX adaptors in bootloader mode.

Attempt to initialize FreeBSD bluetooth stack while such a device is in
bootloader mode locks the adapter hardly so it requires power on/off
cycle to restore.

This change blocks ng_ubt attachment unless operational firmware is
loaded thus preventing the lock up.

Sponsored by: Future Crew LLC
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D46738

show more ...