From: Hans de Goede Date: Thu, 13 Dec 2018 17:31:24 +0000 (+0100) Subject: rtl_bt: Add firmware and configuration files for the Bluetooth part of RTL8723BS X-Git-Tag: 20190717~101 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e6b9001e91110c654573b8f8e2db6155d10d3b57;p=mirror_linux-firmware.git rtl_bt: Add firmware and configuration files for the Bluetooth part of RTL8723BS These files come from the RealtekBluetoothUartPackage_2.17.119.0525 file which can be downloaded from realtek.com. The download is marked as version 1.0.245.3 / 05/08/2017 on the download page. The added rtl_bt/rtl8723bs_fw.bin file is called rtl8723b_mp_bt40_fw_asic_rom_patch.bin in the download. The added rtl_bt/rtl8723bs_config-OBDA8723.bin file is the rtl8723b_config_internal.bin file with the UART baudrate changed to 1500000 bps. I've examined aprox. 20 different Intel BYT/CHT boards, with an RTL8723BS with the OBDA8723 ACPI ID for the bluetooth part. On these boards the original firmware image uses either 1500000 or 3000000 bps, so 1500000 bps is chosen as the safe option which should work everywhere. Cc: Larry Finger Signed-off-by: Hans de Goede Signed-off-by: Josh Boyer --- diff --git a/WHENCE b/WHENCE index 5d3668be..83323b1d 100644 --- a/WHENCE +++ b/WHENCE @@ -3183,6 +3183,8 @@ File: rtl_bt/rtl8192ee_fw.bin File: rtl_bt/rtl8192eu_fw.bin File: rtl_bt/rtl8723a_fw.bin File: rtl_bt/rtl8723b_fw.bin +File: rtl_bt/rtl8723bs_fw.bin +File: rtl_bt/rtl8723bs_config-OBDA8723.bin File: rtl_bt/rtl8761a_fw.bin File: rtl_bt/rtl8812ae_fw.bin File: rtl_bt/rtl8821a_fw.bin diff --git a/rtl_bt/rtl8723bs_config-OBDA8723.bin b/rtl_bt/rtl8723bs_config-OBDA8723.bin new file mode 100644 index 00000000..c20970a3 Binary files /dev/null and b/rtl_bt/rtl8723bs_config-OBDA8723.bin differ diff --git a/rtl_bt/rtl8723bs_fw.bin b/rtl_bt/rtl8723bs_fw.bin new file mode 100644 index 00000000..5f77f80a Binary files /dev/null and b/rtl_bt/rtl8723bs_fw.bin differ