From patchwork Wed Dec 7 09:14:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Chi X-Patchwork-Id: 1713170 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=rhHbCbi/; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4NRs7s5mZDz23yq for ; Wed, 7 Dec 2022 20:15:21 +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 1p2qWH-00037f-Ko; Wed, 07 Dec 2022 09:15:13 +0000 Received: from smtp-relay-canonical-1.internal ([10.131.114.174] helo=smtp-relay-canonical-1.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1p2qWF-00037M-No for kernel-team@lists.ubuntu.com; Wed, 07 Dec 2022 09:15:11 +0000 Received: from localhost.localdomain (unknown [10.101.197.31]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 75292420C1 for ; Wed, 7 Dec 2022 09:15:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1670404511; bh=HLpDVCXX+CUouX9aXeKuMt1HpT6nmFVA6CNyZwWNJ6Y=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=rhHbCbi/pDqg4sjPHoHdwz9vYLLWVHjUmUHK2j027hRkH+NfiStvZBj39Qyfhky8A ZE5WZbZjI1PuKwIfevEyBTV+ZiS/jqn0LoS3NLwVWMpmDN/X1G+Zm4dRLk5CWoV5C9 hi0Oij4pphzVzNvwXHiaei9guigq320pKqnJN2Y2mbrCuPo10Gg2HCenfod9+OoLvK 1dQ7R5921WeQa+gOVhlAJOr+Cd6qp2RC1JZl2q5Lceh6spRtFQufLhxqH/PpRrKoNs mG9QlT9fc7p11Ytydw1mydqYbuvFSInK308U0sAdoH4t2ze+sNabMG8US8w15kqLJq OQRmtPTVUmgow== From: Andy Chi To: kernel-team@lists.ubuntu.com Subject: [PATCH v2 0/1][SRU][Unstable/OEM-6.0/Kinetic] Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922 Date: Wed, 7 Dec 2022 17:14:23 +0800 Message-Id: <20221207091426.60495-1-andy.chi@canonical.com> X-Mailer: git-send-email 2.34.1 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://bugs.launchpad.net/bugs/1998885 [Impact] A Mediatek MT7922 Bluetooth doesn't work out of box. [Fix] One ID for Foxconn / Hon Hai was included in upstream, add the ID to support this BT device. [Test Case] Apply this patch on OEM-6.0 and bring up MT7922 Bluetooth. Check BD address from output of `hciconfig`. [Where problems could occur] This brings up new devices that wasn't working. After being up and running, we may face some other runtime issue, e.g. power consumption. V2: Update bug description, apply the patch and build on OEM-6.0. Andy Chi (1): Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922 drivers/bluetooth/btusb.c | 3 +++ 1 file changed, 3 insertions(+) Acked-by: Tim Gardner Acked-by: Luke Nowakowski-Krijger