diff options
author | Ian W MORRISON <ianwmorrison@gmail.com> | 2017-10-06 18:34:18 +1100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2017-10-10 10:14:12 +0200 |
commit | 18a39b9ab27026b5ba55f135648635ed3a870e44 (patch) | |
tree | 277b57be239f4a83c9f38af9a00375208324ef7d | |
parent | 1bdb68b2e841a94b4331046ad6a55e94f214dbbf (diff) | |
download | linux-18a39b9ab27026b5ba55f135648635ed3a870e44.tar.bz2 |
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 <ianwmorrison@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-rw-r--r-- | drivers/bluetooth/btbcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c index cc4bdefa6648..06e8bed4f5eb 100644 --- a/drivers/bluetooth/btbcm.c +++ b/drivers/bluetooth/btbcm.c @@ -327,6 +327,7 @@ static const struct { { 0x4406, "BCM4324B3" }, /* 002.004.006 */ { 0x610c, "BCM4354" }, /* 003.001.012 */ { 0x2209, "BCM43430A1" }, /* 001.002.009 */ + { 0x6119, "BCM4345C0" }, /* 003.001.025 */ { } }; |