Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1919526pxb; Mon, 18 Jan 2021 03:34:39 -0800 (PST) X-Google-Smtp-Source: ABdhPJxX9pP+RXBr/u6i6rmQYQeilzbL9nfZDJmBXUam7wRgNInSo9FEt2xWmw+nmq0fA+XDmYyn X-Received: by 2002:a17:907:2d8b:: with SMTP id gt11mr17524419ejc.32.1610969679077; Mon, 18 Jan 2021 03:34:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610969679; cv=none; d=google.com; s=arc-20160816; b=cqdYcvpG9hxLuLW/jH4VL4nW4/tBRHfl8O7gnsc7Sz/llDYEBacCHod830uQW26+lK +94Wij+1XNG3Ukgg4AWFwU5/p7JHqOcQoa3BwhzsE6VNnyQNW+ovJOu4IZwexFH3raEA 4Mhgc7sYMSZwo96NrAvYd33/Ia3BiLmQTII9NAdAASrpl8/Apg4+pBpPHELzY2pl8GYf ilhnLI4eHW5Z/HToiuF/0dyFbfvPh87EOBjuoLg35RL2r90hrin9oAh6a0ZVh3sYwj5+ J1dX7VQKcHqahoFwFPp0fqoJGzSF/t7235vQIM1nGJehWGn3o4GmIylmB/olYPcQzaan P3MA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from :authenticated-by; bh=xnN4jjLcwKTGo1TirDaa+I7JBMlPJ2IgAPaHNLuhlUA=; b=bH1I8enMuH5PxqZp0nzLt2jNYWE2l9AsAniJWzurQmqISIV+xwtfXXT0lwBfZ40bT6 +xQxEr6NoLMM45Vnl7VoCl1N5lo/WoMGRxbGYxp6gCi4/U+kY0wDCB900DQqioIolhVM vk/VLseSALDqKf0SFT0FIDt6CBHISCcl2h5Ubhvv4d8f86mtPLmWvSodFeOCXl4yXxb+ L2TQYb1uImxzj/V5LzMFNOh59dJ1w+20/m5o9IetFweBaRRLTdV0074xXHrXMCygOQyN Qicsh0nsyhiWfRXkxkXMgsHNdBhVpOrFELGYAILwvVb5sjQiVChHOvPahOh0wZkmb8DF gEPA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f13si7232536edw.454.2021.01.18.03.34.14; Mon, 18 Jan 2021 03:34:39 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390343AbhARLaz (ORCPT + 99 others); Mon, 18 Jan 2021 06:30:55 -0500 Received: from rtits2.realtek.com ([211.75.126.72]:43746 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390278AbhARL3a (ORCPT ); Mon, 18 Jan 2021 06:29:30 -0500 Authenticated-By: X-SpamFilter-By: ArmorX SpamTrap 5.73 with qID 10IBSXxhC013639, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtexmbs03.realtek.com.tw[172.21.6.96]) by rtits2.realtek.com.tw (8.15.2/2.70/5.88) with ESMTPS id 10IBSXxhC013639 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 18 Jan 2021 19:28:33 +0800 Received: from localhost.localdomain (172.21.132.186) by RTEXMBS03.realtek.com.tw (172.21.6.96) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 18 Jan 2021 19:28:32 +0800 From: To: , , , , CC: , , , , , Subject: [PATCH] Bluetooth: btrtl: Enable WBS for the specific Realtek devices Date: Mon, 18 Jan 2021 19:28:27 +0800 Message-ID: <20210118112827.6192-1-max.chou@realtek.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.21.132.186] X-ClientProxiedBy: RTEXMBS01.realtek.com.tw (172.21.6.94) To RTEXMBS03.realtek.com.tw (172.21.6.96) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Max Chou By this change, it will enable WBS supported on the specific Realtek BT devices, such as RTL8822C and RTL8852A. In the future, it's able to maintain what the Realtek devices support WBS here. Tested-by: Hilda Wu Signed-off-by: Max Chou --- drivers/bluetooth/btrtl.c | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c index 24f03a1f8d57..835819c47ae6 100644 --- a/drivers/bluetooth/btrtl.c +++ b/drivers/bluetooth/btrtl.c @@ -38,6 +38,19 @@ .hci_ver = (hciv), \ .hci_bus = (bus) +enum btrtl_chip_id { + CHIP_ID_8723A, /* index 0 for RTL8723A*/ + CHIP_ID_8723B, /* index 1 for RTL8723B*/ + CHIP_ID_8821A, /* index 2 for RTL8821A*/ + CHIP_ID_8761A, /* index 3 for RTL8761A*/ + CHIP_ID_8822B = 8, /* index 8 for RTL8822B */ + CHIP_ID_8723D, /* index 9 for RTL8723D */ + CHIP_ID_8821C, /* index 10 for RTL8821C */ + CHIP_ID_8822C = 13, /* index 13 for RTL8822C */ + CHIP_ID_8761B, /* index 14 for RTL8761B */ + CHIP_ID_8852A = 18, /* index 18 for RTL8852A */ +}; + struct id_table { __u16 match_flags; __u16 lmp_subver; @@ -58,6 +71,7 @@ struct btrtl_device_info { u8 *cfg_data; int cfg_len; bool drop_fw; + int project_id; }; static const struct id_table ic_id_table[] = { @@ -307,8 +321,10 @@ static int rtlbt_parse_firmware(struct hci_dev *hdev, /* Find project_id in table */ for (i = 0; i < ARRAY_SIZE(project_id_to_lmp_subver); i++) { - if (project_id == project_id_to_lmp_subver[i].id) + if (project_id == project_id_to_lmp_subver[i].id) { + btrtl_dev->project_id = project_id; break; + } } if (i >= ARRAY_SIZE(project_id_to_lmp_subver)) { @@ -725,12 +741,16 @@ int btrtl_setup_realtek(struct hci_dev *hdev) /* Enable central-peripheral role (able to create new connections with * an existing connection in slave role). */ - switch (btrtl_dev->ic_info->lmp_subver) { - case RTL_ROM_LMP_8822B: + /* Enable WBS supported for the specific Realtek devices. */ + switch (btrtl_dev->project_id) { + case CHIP_ID_8822C: + case CHIP_ID_8852A: set_bit(HCI_QUIRK_VALID_LE_STATES, &hdev->quirks); + set_bit(HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED, &hdev->quirks); break; default: rtl_dev_dbg(hdev, "Central-peripheral role not enabled."); + rtl_dev_dbg(hdev, "WBS supported not enabled."); break; } -- 2.17.1