2022-04-12 05:17:32

by Ismael Luceno

[permalink] [raw]
Subject: [PATCH] Bluetooth: btusb: Add 0x0bda:0x8771 Realtek 8761BUV (UGREEN CM390)

Signed-off-by: Ismael Luceno <[email protected]>
---
drivers/bluetooth/btusb.c | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 2afbd87d77c9..07db720baaa0 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -490,6 +490,10 @@ MODULE_DEVICE_TABLE(usb, btusb_table);
{ USB_DEVICE(0x2550, 0x8761), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },

+ /* Additional Realtek 8761BUV Bluetooth devices */
+ { USB_DEVICE(0x0bda, 0x8771), .driver_info = BTUSB_REALTEK |
+ BTUSB_WIDEBAND_SPEECH },
+
/* Additional Realtek 8821AE Bluetooth devices */
{ USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK },
{ USB_DEVICE(0x13d3, 0x3414), .driver_info = BTUSB_REALTEK },
--
2.35.1


2022-04-12 09:38:11

by bluez.test.bot

[permalink] [raw]
Subject: RE: Bluetooth: btusb: Add 0x0bda:0x8771 Realtek 8761BUV (UGREEN CM390)

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

---Test result---

Test Summary:
CheckPatch FAIL 0.86 seconds
GitLint PASS 0.45 seconds
SubjectPrefix PASS 0.31 seconds
BuildKernel PASS 38.29 seconds
BuildKernel32 PASS 34.51 seconds
Incremental Build with patchesPASS 49.79 seconds
TestRunner: Setup PASS 589.49 seconds
TestRunner: l2cap-tester PASS 18.06 seconds
TestRunner: bnep-tester PASS 7.24 seconds
TestRunner: mgmt-tester PASS 126.14 seconds
TestRunner: rfcomm-tester PASS 9.79 seconds
TestRunner: sco-tester PASS 9.48 seconds
TestRunner: smp-tester PASS 9.40 seconds
TestRunner: userchan-tester PASS 7.72 seconds

Details
##############################
Test: CheckPatch - FAIL - 0.86 seconds
Run checkpatch.pl script with rule in .checkpatch.conf
Bluetooth: btusb: Add 0x0bda:0x8771 Realtek 8761BUV (UGREEN CM390)\WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

total: 0 errors, 1 warnings, 10 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.

/github/workspace/src/12809480.patch has style problems, please review.

NOTE: Ignored message types: UNKNOWN_COMMIT_ID

NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.




---
Regards,
Linux Bluetooth