mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-07 06:40:01 +00:00
chipset/bcm: detect CYW5551x for firmware download
This commit is contained in:
parent
f0f955440e
commit
7f03330a55
@ -106,6 +106,10 @@ static void bcm_detect_controller(uint16_t manufacturer,
|
||||
// CYW5557x
|
||||
device_name = "CYW55560A1";
|
||||
break;
|
||||
case 0x2220:
|
||||
// CYW5551x
|
||||
device_name = "CYW55500A1";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user