From: Kalle Valo Date: Wed, 22 Jan 2020 13:39:38 +0000 (+0200) Subject: qca: update bluetooth firmware for QCA6174 X-Git-Tag: 20200316~29^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30550605b75c16489ee75fa1cf8be6aea8506068;p=thirdparty%2Flinux-firmware.git qca: update bluetooth firmware for QCA6174 Bugfixes for QCA6174. While at it, to avoid confusion, also change the name of driver to 'btqca' in WHENCE file because that's what it is called in kernel images (drivers/bluetooth/btqca.ko). Of course we cannot change the name of directory 'qca' and that has to remain forever, but better to fix the documentation to make it clear what driver this is. Signed-off-by: Kalle Valo --- diff --git a/WHENCE b/WHENCE index 4385ba71..e844b206 100644 --- a/WHENCE +++ b/WHENCE @@ -3820,7 +3820,7 @@ Licence: GPLv2 or later. See GPL-2 and GPL-3 for details. -------------------------------------------------------------------------- -Driver: qca - Qualcomm Atheros Bluetooth support for QCA61x4 chips +Driver: btqca - Qualcomm Atheros Bluetooth support for QCA61x4 chips File: qca/nvm_usb_00000201.bin File: qca/nvm_usb_00000200.bin @@ -3838,6 +3838,11 @@ File: qca/crbtfw21.tlv File: qca/crnv21.bin File: qca/nvm_00440302.bin File: qca/rampatch_00440302.bin +File: qca/nvm_00440302_eu.bin +File: qca/nvm_00440302_i2s_eu.bin +File: qca/nvm_usb_00000302_eu.bin +File: qca/rampatch_00440302.tlv +File: qca/rampatch_usb_00000302.tlv Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k and qca/NOTICE.txt for details diff --git a/qca/nvm_00440302_eu.bin b/qca/nvm_00440302_eu.bin new file mode 100644 index 00000000..a3bc79df Binary files /dev/null and b/qca/nvm_00440302_eu.bin differ diff --git a/qca/nvm_00440302_i2s_eu.bin b/qca/nvm_00440302_i2s_eu.bin new file mode 100644 index 00000000..af6ca70c Binary files /dev/null and b/qca/nvm_00440302_i2s_eu.bin differ diff --git a/qca/nvm_usb_00000302_eu.bin b/qca/nvm_usb_00000302_eu.bin new file mode 100644 index 00000000..b692c9a0 Binary files /dev/null and b/qca/nvm_usb_00000302_eu.bin differ diff --git a/qca/rampatch_00440302.tlv b/qca/rampatch_00440302.tlv new file mode 100644 index 00000000..826362b2 Binary files /dev/null and b/qca/rampatch_00440302.tlv differ diff --git a/qca/rampatch_usb_00000302.tlv b/qca/rampatch_usb_00000302.tlv new file mode 100644 index 00000000..d340a8b0 Binary files /dev/null and b/qca/rampatch_usb_00000302.tlv differ