2019-05-20 18:02:36

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH] Bluetooth: btbcm: Add entry for BCM4359C0 UART bluetooth

The BCM4359C0 BT/Wi-Fi compo chip needs an entry to be discovered
by the btbcm driver.

Tested using an AP6398S module from Ampak.

Signed-off-by: Neil Armstrong <[email protected]>
---
drivers/bluetooth/btbcm.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
index d5d6e6e5da3b..b9eac94c503d 100644
--- a/drivers/bluetooth/btbcm.c
+++ b/drivers/bluetooth/btbcm.c
@@ -342,6 +342,7 @@ static const struct bcm_subver_table bcm_uart_subver_table[] = {
{ 0x230f, "BCM4356A2" }, /* 001.003.015 */
{ 0x220e, "BCM20702A1" }, /* 001.002.014 */
{ 0x4217, "BCM4329B1" }, /* 002.002.023 */
+ { 0x6106, "BCM4359C0" }, /* 003.001.006 */
{ }
};

--
2.21.0



2019-06-11 09:08:19

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: btbcm: Add entry for BCM4359C0 UART bluetooth

Hi,

On 20/05/2019 15:41, Neil Armstrong wrote:
> The BCM4359C0 BT/Wi-Fi compo chip needs an entry to be discovered
> by the btbcm driver.
>
> Tested using an AP6398S module from Ampak.
>
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
> drivers/bluetooth/btbcm.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
> index d5d6e6e5da3b..b9eac94c503d 100644
> --- a/drivers/bluetooth/btbcm.c
> +++ b/drivers/bluetooth/btbcm.c
> @@ -342,6 +342,7 @@ static const struct bcm_subver_table bcm_uart_subver_table[] = {
> { 0x230f, "BCM4356A2" }, /* 001.003.015 */
> { 0x220e, "BCM20702A1" }, /* 001.002.014 */
> { 0x4217, "BCM4329B1" }, /* 002.002.023 */
> + { 0x6106, "BCM4359C0" }, /* 003.001.006 */
> { }
> };
>
>

Gentle ping !

Neil

2019-07-06 10:57:50

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: btbcm: Add entry for BCM4359C0 UART bluetooth

Hi Neil,

> The BCM4359C0 BT/Wi-Fi compo chip needs an entry to be discovered
> by the btbcm driver.
>
> Tested using an AP6398S module from Ampak.
>
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
> drivers/bluetooth/btbcm.c | 1 +
> 1 file changed, 1 insertion(+)

patch has been applied to bluetooth-next tree.

Regards

Marcel