Message ID | SI2PR02MB4603E18266419AF72EB5864BDD149@SI2PR02MB4603.apcprd02.prod.outlook.com |
---|---|
State | Superseded |
Headers | show |
Series | [v4] Bluetooth: btusb: Add a new PID/VID 13d3/3549 for RTL8822CU | expand |
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=700773 ---Test result--- Test Summary: CheckPatch PASS 0.60 seconds GitLint FAIL 0.53 seconds SubjectPrefix PASS 0.09 seconds BuildKernel PASS 34.83 seconds BuildKernel32 PASS 31.07 seconds TestRunnerSetup PASS 428.94 seconds TestRunner_l2cap-tester PASS 16.10 seconds TestRunner_iso-tester PASS 16.47 seconds TestRunner_bnep-tester PASS 5.53 seconds TestRunner_mgmt-tester PASS 107.12 seconds TestRunner_rfcomm-tester PASS 9.49 seconds TestRunner_sco-tester PASS 8.91 seconds TestRunner_ioctl-tester PASS 10.26 seconds TestRunner_mesh-tester PASS 7.01 seconds TestRunner_smp-tester PASS 8.73 seconds TestRunner_userchan-tester PASS 5.84 seconds IncrementalBuild PASS 32.32 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [v4] Bluetooth: btusb: Add a new PID/VID 13d3/3549 for RTL8822CU 46: B2 Line has trailing whitespace: " " 46: B3 Line contains hard tab characters (\t): " " --- Regards, Linux Bluetooth
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 64a3febb9dec..437d0b53efe7 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -498,6 +498,10 @@ static const struct usb_device_id blacklist_table[] = { { USB_DEVICE(0x0bda, 0xc822), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, + /* Realtek 8822CU Bluetooth devices */ + { USB_DEVICE(0x13d3, 0x3549), .driver_info = BTUSB_REALTEK | + BTUSB_WIDEBAND_SPEECH }, + /* Realtek 8852AE Bluetooth devices */ { USB_DEVICE(0x0bda, 0x2852), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH },