lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5225311e-4cd6-4227-9d0e-8c5f6676cdb8@molgen.mpg.de>
Date: Mon, 9 Feb 2026 19:19:27 +0100
From: Paul Menzel <pmenzel@...gen.mpg.de>
To: Marek Vasut <marex@...ladev.com>
Cc: linux-bluetooth@...r.kernel.org,
 Christoph Niedermaier <cniedermaier@...electronics.com>,
 Luiz Augusto von Dentz <luiz.dentz@...il.com>,
 Marcel Holtmann <marcel@...tmann.org>, kernel@...electronics.com,
 linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Bluetooth: btbcm: Add entry for BCM4343A2 UART Bluetooth

Dear Marek,


Thank you for your patch.

Am 09.02.26 um 18:11 schrieb Marek Vasut:
> 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'.

Where can this file be found? In the linux-firmare archive [1], I only see:

     brcm/bcm43xx_hdr-0.fw
     brcm/bcm43xx-0.fw

Should you resend, could you paste the related log messages to the 
commit message?

> Signed-off-by: Marek Vasut <marex@...ladev.com>
> ---
> Cc: Christoph Niedermaier <cniedermaier@...electronics.com>
> Cc: Luiz Augusto von Dentz <luiz.dentz@...il.com>
> Cc: Marcel Holtmann <marcel@...tmann.org>
> Cc: kernel@...electronics.com
> Cc: linux-bluetooth@...r.kernel.org
> Cc: linux-kernel@...r.kernel.org
> ---
>   drivers/bluetooth/btbcm.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
> index 3a3a56ddbb06d..93368ef56ddc5 100644
> --- a/drivers/bluetooth/btbcm.c
> +++ b/drivers/bluetooth/btbcm.c
> @@ -507,6 +507,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 */

Reviewed-by: Paul Menzel <pmenzel@...gen.mpg.de>


Kind regards,

Paul


[1]: 
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ