Message ID | 242298f784e2bba8eb6d8c9a993ca7c0b9ca802b.1688008770.git.chris.lu@mediatek.com |
---|---|
State | Accepted |
Commit | a1e96037fa69810db5336b618103de9f9f9e7240 |
Headers | show |
Series | [RESEND,v2,1/1] Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922 | 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=761559 ---Test result--- Test Summary: CheckPatch PASS 0.58 seconds GitLint PASS 0.22 seconds SubjectPrefix PASS 0.06 seconds BuildKernel PASS 38.36 seconds CheckAllWarning PASS 41.85 seconds CheckSparse PASS 47.32 seconds CheckSmatch PASS 126.34 seconds BuildKernel32 PASS 36.06 seconds TestRunnerSetup PASS 527.52 seconds TestRunner_l2cap-tester PASS 15.21 seconds TestRunner_iso-tester PASS 29.20 seconds TestRunner_bnep-tester PASS 6.59 seconds TestRunner_mgmt-tester PASS 153.73 seconds TestRunner_rfcomm-tester PASS 10.77 seconds TestRunner_sco-tester PASS 11.94 seconds TestRunner_ioctl-tester PASS 11.64 seconds TestRunner_mesh-tester PASS 8.40 seconds TestRunner_smp-tester PASS 9.36 seconds TestRunner_userchan-tester PASS 6.98 seconds IncrementalBuild PASS 34.75 seconds --- Regards, Linux Bluetooth
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index cb58691b63ca..1a8a4efb3ed4 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -628,6 +628,9 @@ static const struct usb_device_id blacklist_table[] = { { USB_DEVICE(0x0489, 0xe0f2), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES }, + { USB_DEVICE(0x0489, 0xe0f6), .driver_info = BTUSB_MEDIATEK | + BTUSB_WIDEBAND_SPEECH | + BTUSB_VALID_LE_STATES }, /* Additional Realtek 8723AE Bluetooth devices */ { USB_DEVICE(0x0930, 0x021d), .driver_info = BTUSB_REALTEK },