All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 2/2] Bluetooth: btbcm: Add support for MINIX Z83-4 based devices
@ 2017-10-06  7:34 Ian W MORRISON
  2017-10-10  8:14 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Ian W MORRISON @ 2017-10-06  7:34 UTC (permalink / raw)
  To: marcel, gustavo, johan.hedberg, linux-bluetooth
  Cc: hdegoede, frederic.danis.oss

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: ianwmorrison <ianwmorrison@gmail.com>

---
 drivers/bluetooth/btbcm.c | 1 +
 1 file changed, 1 insertion(+)

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 */
 	{ }
 };
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 2/2] Bluetooth: btbcm: Add support for MINIX Z83-4 based devices
  2017-10-06  7:34 [PATCH v2 2/2] Bluetooth: btbcm: Add support for MINIX Z83-4 based devices Ian W MORRISON
@ 2017-10-10  8:14 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2017-10-10  8:14 UTC (permalink / raw)
  To: Ian W MORRISON
  Cc: Gustavo F. Padovan, Johan Hedberg, linux-bluetooth, hdegoede,
	frederic.danis.oss

Hi Ian,

> 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: ianwmorrison <ianwmorrison@gmail.com>
> 
> ---
> drivers/bluetooth/btbcm.c | 1 +
> 1 file changed, 1 insertion(+)

patch has been applied to bluetooth-next tree.

Regards

Marcel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-10  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-06  7:34 [PATCH v2 2/2] Bluetooth: btbcm: Add support for MINIX Z83-4 based devices Ian W MORRISON
2017-10-10  8:14 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.