From patchwork Mon Feb 5 03:18:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 869139 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3zZXqc3wNlz9sR8; Mon, 5 Feb 2018 14:18:52 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1eiXIp-0008Py-3d; Mon, 05 Feb 2018 03:18:43 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1eiXIn-0008Pk-FD for kernel-team@lists.ubuntu.com; Mon, 05 Feb 2018 03:18:41 +0000 Received: from [123.114.56.88] (helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1eiXIm-0001X5-Pw for kernel-team@lists.ubuntu.com; Mon, 05 Feb 2018 03:18:41 +0000 From: Hui Wang To: kernel-team@lists.ubuntu.com Subject: [Xenial][linux-firmware 0/2] adding rtl bt firmware to Xenial Date: Mon, 5 Feb 2018 11:18:35 +0800 Message-Id: <1517800717-5716-1-git-send-email-hui.wang@canonical.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://launchpad.net/bugs/1747336 We have an OEM bug, the BT can't work on that machine, the root cause is the bt driver can't find the firmware files. These two firmware files are already in the artful and bionic, only xenial needs them. [Test Case] boot the system and connnect the bt devices, all works well [Fix] Backport the uptream patch [Regression Potential] No Larry Finger (2): rtl_bt: Add firmware and config file for RTL8822BE rtl_bt: Update firmware for BT part of rtl8822be WHENCE | 4 ++++ rtl_bt/rtl8822b_config.bin | Bin 0 -> 14 bytes rtl_bt/rtl8822b_fw.bin | Bin 0 -> 51176 bytes 3 files changed, 4 insertions(+) create mode 100644 rtl_bt/rtl8822b_config.bin create mode 100644 rtl_bt/rtl8822b_fw.bin