Message ID | 20240704101123.51164-2-antoniovazquezblanco@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 34aca9a4fbcf3d4da459f97cef4a863d7853f6e4 |
Headers | show |
Series | Add Cypress support for bdaddr | 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/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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=868397 ---Test result--- Test Summary: CheckPatch PASS 0.36 seconds GitLint PASS 0.27 seconds BuildEll PASS 24.66 seconds BluezMake PASS 1645.12 seconds MakeCheck PASS 13.04 seconds MakeDistcheck PASS 179.89 seconds CheckValgrind PASS 254.55 seconds CheckSmatch PASS 359.07 seconds bluezmakeextell PASS 119.80 seconds IncrementalBuild PASS 1454.13 seconds ScanBuild PASS 1046.56 seconds --- Regards, Linux Bluetooth
diff --git a/tools/bdaddr.c b/tools/bdaddr.c index bc0478d46..de17416e9 100644 --- a/tools/bdaddr.c +++ b/tools/bdaddr.c @@ -303,6 +303,7 @@ static struct { { 48, st_write_bd_addr, generic_reset_device }, { 57, ericsson_write_bd_addr, generic_reset_device }, { 72, mrvl_write_bd_addr, generic_reset_device }, + { 305, bcm_write_bd_addr, generic_reset_device }, { 65535, NULL, NULL }, };