On Thu, 7 Sep 2023 11:18:13 +0100 Greg KH gregkh@linuxfoundation.org wrote:
On Wed, Sep 06, 2023 at 09:11:29AM +0200, Juerg Haefliger wrote:
In this commit, prefer to load FW v2 if available. Fallback to FW v1 otherwise. This behavior is only for RTL8852C.
Fixes: 9a24ce5e29b1 ("Bluetooth: btrtl: Firmware format v2 support") Cc: stable@vger.kernel.org Suggested-by: Juerg Haefliger juerg.haefliger@canonical.com Tested-by: Hilda Wu hildawu@realtek.com Signed-off-by: Max Chou max.chou@realtek.com Signed-off-by: Luiz Augusto von Dentz luiz.von.dentz@intel.com [juergh: Adjusted context due to missing .hw_info struct element] Signed-off-by: Juerg Haefliger juerg.haefliger@canonical.com
drivers/bluetooth/btrtl.c | 70 +++++++++++++++++++++++++-------------- 1 file changed, 45 insertions(+), 25 deletions(-)
What is the git commit id of this change in Linus's tree?
bd003fb338afee97c76f13c3e9144a7e4ad37179
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i...
thanks,
greg k-h