All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices
@ 2021-09-29 17:48 Marcel Holtmann
  2021-09-29 18:13 ` bluez.test.bot
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2021-09-29 17:48 UTC (permalink / raw)
  To: linux-bluetooth

The rtl8821c class of Realtek devices does support the Microsoft
extensions and thus enable them.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 drivers/bluetooth/btrtl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c
index 22b84405c257..08582effb25e 100644
--- a/drivers/bluetooth/btrtl.c
+++ b/drivers/bluetooth/btrtl.c
@@ -122,6 +122,7 @@ static const struct id_table ic_id_table[] = {
 	{ IC_INFO(RTL_ROM_LMP_8821A, 0xc, 0x8, HCI_USB),
 	  .config_needed = false,
 	  .has_rom_version = true,
+	  .has_msft_ext = true,
 	  .fw_name  = "rtl_bt/rtl8821c_fw.bin",
 	  .cfg_name = "rtl_bt/rtl8821c_config" },
 
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices
  2021-09-29 17:48 [PATCH] Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices Marcel Holtmann
@ 2021-09-29 18:13 ` bluez.test.bot
  2021-09-30 19:57   ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 3+ messages in thread
From: bluez.test.bot @ 2021-09-29 18:13 UTC (permalink / raw)
  To: linux-bluetooth, marcel

[-- Attachment #1: Type: text/plain, Size: 1216 bytes --]

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=555161

---Test result---

Test Summary:
CheckPatch                    PASS      1.55 seconds
GitLint                       PASS      0.97 seconds
BuildKernel                   PASS      627.69 seconds
TestRunner: Setup             PASS      460.24 seconds
TestRunner: l2cap-tester      PASS      10.26 seconds
TestRunner: bnep-tester       PASS      5.46 seconds
TestRunner: mgmt-tester       FAIL      85.35 seconds
TestRunner: rfcomm-tester     PASS      6.76 seconds
TestRunner: sco-tester        PASS      7.07 seconds
TestRunner: smp-tester        PASS      6.77 seconds
TestRunner: userchan-tester   PASS      5.86 seconds

Details
##############################
Test: TestRunner: mgmt-tester - FAIL - 85.35 seconds
Run test-runner with mgmt-tester
Total: 452, Passed: 451 (99.8%), Failed: 1, Not Run: 0

Failed Test Cases
Read Exp Feature - Success                           Failed       0.112 seconds



---
Regards,
Linux Bluetooth


[-- Attachment #2: l2cap-tester.log --]
[-- Type: application/octet-stream, Size: 51539 bytes --]

[-- Attachment #3: bnep-tester.log --]
[-- Type: application/octet-stream, Size: 3906 bytes --]

[-- Attachment #4: mgmt-tester.log --]
[-- Type: application/octet-stream, Size: 626722 bytes --]

[-- Attachment #5: rfcomm-tester.log --]
[-- Type: application/octet-stream, Size: 14762 bytes --]

[-- Attachment #6: sco-tester.log --]
[-- Type: application/octet-stream, Size: 13924 bytes --]

[-- Attachment #7: smp-tester.log --]
[-- Type: application/octet-stream, Size: 11830 bytes --]

[-- Attachment #8: userchan-tester.log --]
[-- Type: application/octet-stream, Size: 7740 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices
  2021-09-29 18:13 ` bluez.test.bot
@ 2021-09-30 19:57   ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2021-09-30 19:57 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Marcel Holtmann

Hi Marcel,

On Wed, Sep 29, 2021 at 11:21 AM <bluez.test.bot@gmail.com> wrote:
>
> 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=555161
>
> ---Test result---
>
> Test Summary:
> CheckPatch                    PASS      1.55 seconds
> GitLint                       PASS      0.97 seconds
> BuildKernel                   PASS      627.69 seconds
> TestRunner: Setup             PASS      460.24 seconds
> TestRunner: l2cap-tester      PASS      10.26 seconds
> TestRunner: bnep-tester       PASS      5.46 seconds
> TestRunner: mgmt-tester       FAIL      85.35 seconds
> TestRunner: rfcomm-tester     PASS      6.76 seconds
> TestRunner: sco-tester        PASS      7.07 seconds
> TestRunner: smp-tester        PASS      6.77 seconds
> TestRunner: userchan-tester   PASS      5.86 seconds
>
> Details
> ##############################
> Test: TestRunner: mgmt-tester - FAIL - 85.35 seconds
> Run test-runner with mgmt-tester
> Total: 452, Passed: 451 (99.8%), Failed: 1, Not Run: 0
>
> Failed Test Cases
> Read Exp Feature - Success                           Failed       0.112 seconds
>
>
>
> ---
> Regards,
> Linux Bluetooth

Applied, thanks.

-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-30 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29 17:48 [PATCH] Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices Marcel Holtmann
2021-09-29 18:13 ` bluez.test.bot
2021-09-30 19:57   ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.