Message ID | 575471871695aaae73ebc15eee73411ee53f4bb4.1661596165.git.objelf@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a614ee94a8497c43015b3de662020def93295ddd |
Headers | show |
Series | Bluetooth: btusb: Add a new PID/VID 13d3/3578 for MT7921 | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/subjectprefix | success | PASS |
tedd_an/buildkernel | success | Build Kernel PASS |
tedd_an/buildkernel32 | success | Build Kernel32 PASS |
tedd_an/incremental_build | success | Pass |
tedd_an/testrunnersetup | success | Test Runner Setup PASS |
tedd_an/testrunnerl2cap-tester | success | Total: 40, Passed: 40 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerbnep-tester | success | Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnermgmt-tester | success | Total: 494, Passed: 494 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerrfcomm-tester | success | Total: 10, Passed: 10 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnersco-tester | success | Total: 12, Passed: 12 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnersmp-tester | success | Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunneruserchan-tester | success | Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0 |
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=672210 ---Test result--- Test Summary: CheckPatch PASS 1.40 seconds GitLint PASS 0.53 seconds SubjectPrefix PASS 0.32 seconds BuildKernel PASS 44.61 seconds BuildKernel32 PASS 37.17 seconds Incremental Build with patchesPASS 54.37 seconds TestRunner: Setup PASS 622.01 seconds TestRunner: l2cap-tester PASS 19.37 seconds TestRunner: bnep-tester PASS 7.46 seconds TestRunner: mgmt-tester PASS 120.04 seconds TestRunner: rfcomm-tester PASS 11.12 seconds TestRunner: sco-tester PASS 11.17 seconds TestRunner: smp-tester PASS 11.04 seconds TestRunner: userchan-tester PASS 7.79 seconds --- Regards, Linux Bluetooth
Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 30 Aug 2022 06:55:58 +0800 you wrote: > From: Chris Lu <chris.lu@mediatek.com> > > Add VID 13D3 & PID 3578 for MediaTek MT7921 USB Bluetooth chip. > > The information in /sys/kernel/debug/usb/devices about the Bluetooth > device is listed as the below. > > [...] Here is the summary with links: - Bluetooth: btusb: Add a new PID/VID 13d3/3578 for MT7921 https://git.kernel.org/bluetooth/bluetooth-next/c/a614ee94a849 You are awesome, thank you!
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 30dd443f395f..20bd085664bf 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -481,6 +481,9 @@ static const struct usb_device_id blacklist_table[] = { { USB_DEVICE(0x13d3, 0x3567), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES }, + { USB_DEVICE(0x13d3, 0x3578), .driver_info = BTUSB_MEDIATEK | + BTUSB_WIDEBAND_SPEECH | + BTUSB_VALID_LE_STATES }, { USB_DEVICE(0x0489, 0xe0cd), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES },