2022-01-25 23:00:29

by Viacheslav

[permalink] [raw]
Subject: [PATCH v5 1/2] Bluetooth: btrtl: Add support for RTL8822C hci_ver 0x08

Add a variation of RTL8822CS with hci_ver = 0x08. This is fully similar
to RTL8822CS with hci_ver = 0x0a observed on the Tanix TX6 Android
set-top box and JetHome JetHub H1.

Signed-off-by: Vyacheslav Bocharov <[email protected]>
Signed-off-by: Rudi Heitbaum <[email protected]>
---
drivers/bluetooth/btrtl.c | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c
index c2bdd1e6060e..c2030f7e25b4 100644
--- a/drivers/bluetooth/btrtl.c
+++ b/drivers/bluetooth/btrtl.c
@@ -148,6 +148,14 @@ static const struct id_table ic_id_table[] = {
.fw_name = "rtl_bt/rtl8761bu_fw.bin",
.cfg_name = "rtl_bt/rtl8761bu_config" },

+ /* 8822C with UART interface */
+ { IC_INFO(RTL_ROM_LMP_8822B, 0xc, 0x8, HCI_UART),
+ .config_needed = true,
+ .has_rom_version = true,
+ .has_msft_ext = true,
+ .fw_name = "rtl_bt/rtl8822cs_fw.bin",
+ .cfg_name = "rtl_bt/rtl8822cs_config" },
+
/* 8822C with UART interface */
{ IC_INFO(RTL_ROM_LMP_8822B, 0xc, 0xa, HCI_UART),
.config_needed = true,
--
2.30.2


2022-01-26 03:02:50

by bluez.test.bot

[permalink] [raw]
Subject: RE: Bluetooth: hci_h5: btrtl: Add support for RTL8822CS hci_ver 0x08

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=608329

---Test result---

Test Summary:
CheckPatch PASS 1.56 seconds
GitLint PASS 0.82 seconds
SubjectPrefix PASS 0.44 seconds
BuildKernel PASS 35.41 seconds
BuildKernel32 PASS 32.24 seconds
Incremental Build with patchesPASS 49.51 seconds
TestRunner: Setup PASS 576.74 seconds
TestRunner: l2cap-tester PASS 15.58 seconds
TestRunner: bnep-tester PASS 6.73 seconds
TestRunner: mgmt-tester PASS 120.53 seconds
TestRunner: rfcomm-tester PASS 8.32 seconds
TestRunner: sco-tester PASS 8.89 seconds
TestRunner: smp-tester PASS 9.25 seconds
TestRunner: userchan-tester PASS 7.55 seconds



---
Regards,
Linux Bluetooth