aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Rudenko <[email protected]>2021-05-10 02:28:37 +0300
committerMarcel Holtmann <[email protected]>2021-06-26 07:12:28 +0200
commit27f4d1f214ae4a3364623f212ea2d45f772d35b1 (patch)
tree294039826570e76608ab2b37cfe7066df4e79c4f
parentb43ca511178ed0ab6fd2405df28cf9e100273020 (diff)
Bluetooth: btbcm: Add entry for BCM43430B0 UART Bluetooth
This patch adds the device ID for the BCM43430B0 module, found e.g. in certain revisions of AMPAK AP6212 chip. The required firmware file is named 'BCM43430B0.hcd'. Signed-off-by: Mikhail Rudenko <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
-rw-r--r--drivers/bluetooth/btbcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
index 1b9743b7f2ef..e5d706ed55ea 100644
--- a/drivers/bluetooth/btbcm.c
+++ b/drivers/bluetooth/btbcm.c
@@ -404,6 +404,7 @@ static const struct bcm_subver_table bcm_uart_subver_table[] = {
{ 0x4217, "BCM4329B1" }, /* 002.002.023 */
{ 0x6106, "BCM4359C0" }, /* 003.001.006 */
{ 0x4106, "BCM4335A0" }, /* 002.001.006 */
+ { 0x410c, "BCM43430B0" }, /* 002.001.012 */
{ }
};