Skip to content

Commit 18a39b9

Browse files
Ian W MORRISONholtmann
authored andcommitted
Bluetooth: btbcm: Add support for MINIX Z83-4 based devices
The MINIX NEO Z83-4 and MINIX NEO Z83-4 Pro devices use an AP6255 chip for wifi and bluetooth. Bluetooth requires an ACPI device id of BCM2EA4 with BCM4345 rev C0 firmware. This patch defines the firmware subversion. Signed-off-by: Ian W MORRISON <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 1bdb68b commit 18a39b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/btbcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ static const struct {
327327
{ 0x4406, "BCM4324B3" }, /* 002.004.006 */
328328
{ 0x610c, "BCM4354" }, /* 003.001.012 */
329329
{ 0x2209, "BCM43430A1" }, /* 001.002.009 */
330+
{ 0x6119, "BCM4345C0" }, /* 003.001.025 */
330331
{ }
331332
};
332333

0 commit comments

Comments
 (0)