mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
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 */
|
|
{ }
|
|
};
|
|
|