]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Bluetooth: btbcm: Add entry for BCM4343A2 UART Bluetooth
authorMarek Vasut <marex@nabladev.com>
Mon, 9 Feb 2026 17:11:48 +0000 (18:11 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 10 Apr 2026 14:22:21 +0000 (10:22 -0400)
This patch adds the device ID for the BCM4343A2 module, found e.g.
in the muRata 1YN WiFi+BT combined device. The required firmware
file is named 'BCM4343A2.hcd'.

Signed-off-by: Marek Vasut <marex@nabladev.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btbcm.c

index dccfbeee4721976702cd97989ea336b8fd367033..463d59890befe51c31bbb8135b1d2198ec47b17f 100644 (file)
@@ -505,6 +505,7 @@ static const struct bcm_subver_table bcm_uart_subver_table[] = {
        { 0x6119, "BCM4345C0"   },      /* 003.001.025 */
        { 0x6606, "BCM4345C5"   },      /* 003.006.006 */
        { 0x230f, "BCM4356A2"   },      /* 001.003.015 */
+       { 0x2310, "BCM4343A2"   },      /* 001.003.016 */
        { 0x220e, "BCM20702A1"  },      /* 001.002.014 */
        { 0x420d, "BCM4349B1"   },      /* 002.002.013 */
        { 0x420e, "BCM4349B1"   },      /* 002.002.014 */