All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Add Synaptcis 4384 Chip Support
@ 2026-04-08  8:32 kaihsin
  2026-04-08  8:46 ` Paul Menzel
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: kaihsin @ 2026-04-08  8:32 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, luiz.von.dentz, linux-kernel, kaihsin

Signed-off-by: kaihsin <kaihsin.chung@synaptics.com>
---
 drivers/bluetooth/btbcm.c   | 2 ++
 drivers/bluetooth/hci_bcm.c | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
index f9a7c790d7e2..21ef875d6aa7 100644
--- a/drivers/bluetooth/btbcm.c
+++ b/drivers/bluetooth/btbcm.c
@@ -515,6 +515,8 @@ static const struct bcm_subver_table bcm_uart_subver_table[] = {
 	{ 0x4106, "BCM4335A0"	},	/* 002.001.006 */
 	{ 0x410c, "BCM43430B0"	},	/* 002.001.012 */
 	{ 0x2119, "BCM4373A0"	},	/* 001.001.025 */
+	{ 0x2128, "BCM4384A0_AP6684P" },/* 001.001.040 */
+	{ 0x4119, "BCM4384B0_AP6684PL"},/* 002.001.025 */
 	{ }
 };
 
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 874d23089b39..972685e83b8a 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -1609,7 +1609,8 @@ static const struct of_device_id bcm_bluetooth_of_match[] = {
 	{ .compatible = "brcm,bcm4335a0" },
 	{ .compatible = "cypress,cyw4373a0-bt", .data = &cyw4373a0_device_data },
 	{ .compatible = "infineon,cyw55572-bt", .data = &cyw55572_device_data },
-	{ },
+	{ .compatible = "brcm,bcm4384-bt" },
+	{ },
 };
 MODULE_DEVICE_TABLE(of, bcm_bluetooth_of_match);
 #endif
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-05-15 15:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08  8:32 [PATCH] Bluetooth: Add Synaptcis 4384 Chip Support kaihsin
2026-04-08  8:46 ` Paul Menzel
2026-04-08 14:46   ` Luiz Augusto von Dentz
2026-04-08  9:21 ` [PATCH v2] Bluetooth: Add Synaptics " kaihsin Chung
2026-04-08 10:31   ` [v2] " bluez.test.bot
2026-04-08  9:21 ` Bluetooth: Add Synaptcis " bluez.test.bot
2026-04-09  1:30 ` [PATCH v3] Bluetooth: Add Synaptics " kaihsin Chung
2026-04-09 20:19   ` [v3] " bluez.test.bot
2026-04-10 14:16     ` Luiz Augusto von Dentz
2026-04-29  9:32       ` Kaihsin Chung
2026-04-09 20:20 ` Bluetooth: Add Synaptcis " bluez.test.bot
2026-05-13  2:20 ` [PATCH v4] Bluetooth: Add Synaptics " kaihsin Chung
2026-05-13  4:40   ` [v4] " bluez.test.bot
2026-05-15 15:42     ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.