From: Zenm Chen Date: Tue, 5 May 2026 07:13:41 +0000 (+0800) Subject: rtl_bt: Add missing rtl8761a_config.bin for RTL8761AU X-Git-Tag: 20260519~12^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=59ea796e7015fb8bc01db373d1738f22ed926146;p=linux-firmware.git rtl_bt: Add missing rtl8761a_config.bin for RTL8761AU The RTL8761AU Bluetooth controller functions correctly but there is an error like below in dmesg because the rtl8761a_config.bin config file is missing. [ 171.949697] bluetooth hci0: Direct firmware load for rtl_bt/rtl8761a_config.bin failed with error -2 To suppress this error message, add a soft link from rtl8761a_config.bin to rtl8761bu_config.bin. The latter is an empty/header-only config file compatible with this device. Signed-off-by: Zenm Chen --- diff --git a/WHENCE b/WHENCE index 48c471e2..f7fc4928 100644 --- a/WHENCE +++ b/WHENCE @@ -4395,6 +4395,7 @@ Link: rtl_bt/rtl8723bs_config-OBDA0623.bin -> rtl8723bs_config.bin File: rtl_bt/rtl8723cs_xx_fw.bin File: rtl_bt/rtl8723cs_xx_config.bin File: rtl_bt/rtl8761a_fw.bin +Link: rtl_bt/rtl8761a_config.bin -> rtl8761bu_config.bin File: rtl_bt/rtl8761b_fw.bin File: rtl_bt/rtl8761b_config.bin File: rtl_bt/rtl8761bu_fw.bin