mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
25 lines
827 B
Diff
25 lines
827 B
Diff
|
From 268f9775e41730d3fa69769b731d74e643dbfaa1 Mon Sep 17 00:00:00 2001
|
||
|
From: Phil Elwell <phil@raspberrypi.com>
|
||
|
Date: Tue, 20 Feb 2024 10:17:12 +0000
|
||
|
Subject: [PATCH 0909/1085] Bluetooth: btbcm: Add entry for BCM43439 UART BT
|
||
|
|
||
|
This patch adds the device ID for the BCM4343A2 module, found e.g. in
|
||
|
the Infineon (Cypress) CYW43439 chip. The required firmware file is
|
||
|
named 'BCM4343A2.hcd'.
|
||
|
|
||
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
||
|
---
|
||
|
drivers/bluetooth/btbcm.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/drivers/bluetooth/btbcm.c
|
||
|
+++ b/drivers/bluetooth/btbcm.c
|
||
|
@@ -520,6 +520,7 @@ static const struct bcm_subver_table bcm
|
||
|
{ 0x4106, "BCM4335A0" }, /* 002.001.006 */
|
||
|
{ 0x410c, "BCM43430B0" }, /* 002.001.012 */
|
||
|
{ 0x2119, "BCM4373A0" }, /* 001.001.025 */
|
||
|
+ { 0x2310, "BCM4343A2" }, /* 001.003.016 */
|
||
|
{ }
|
||
|
};
|
||
|
|