mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-22 21:26:59 +08:00

These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
25 lines
817 B
Diff
25 lines
817 B
Diff
From d8e5fe859d025b23e75f1337feedfa9ddbffc68f Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
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 <phil@raspberrypi.com>
|
|
---
|
|
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 */
|
|
{ }
|
|
};
|
|
|