From d8e5fe859d025b23e75f1337feedfa9ddbffc68f Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 20 Feb 2024 10:17:12 +0000 Subject: [PATCH] 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 --- drivers/bluetooth/btbcm.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/bluetooth/btbcm.c +++ b/drivers/bluetooth/btbcm.c @@ -521,6 +521,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 */ { } };