Message ID | 20220714112523.13242-2-hildawu@realtek.com |
---|---|
State | Accepted |
Commit | 5ce548c49ce0c2de9cb1ba8b9b622d1795f43a18 |
Headers | show |
Series | Bluetooth: btusb: Add support IDs for Realtek RTL8852C | 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=659673 ---Test result--- Test Summary: CheckPatch PASS 6.32 seconds GitLint PASS 3.65 seconds SubjectPrefix PASS 3.03 seconds BuildKernel PASS 30.74 seconds BuildKernel32 PASS 26.89 seconds Incremental Build with patchesPASS 62.72 seconds TestRunner: Setup PASS 462.91 seconds TestRunner: l2cap-tester PASS 16.39 seconds TestRunner: bnep-tester PASS 5.49 seconds TestRunner: mgmt-tester PASS 94.26 seconds TestRunner: rfcomm-tester PASS 8.89 seconds TestRunner: sco-tester PASS 8.68 seconds TestRunner: smp-tester PASS 8.74 seconds TestRunner: userchan-tester PASS 5.73 seconds --- Regards, Linux Bluetooth
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index fb1a67189412..f3a68d755099 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -427,6 +427,10 @@ static const struct usb_device_id blacklist_table[] = { { USB_DEVICE(0x04ca, 0x4006), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, + /* Realtek 8852CE Bluetooth devices */ + { USB_DEVICE(0x04ca, 0x4007), .driver_info = BTUSB_REALTEK | + BTUSB_WIDEBAND_SPEECH }, + /* Realtek Bluetooth devices */ { USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01), .driver_info = BTUSB_REALTEK },