aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-05-05 12:50:10 -0700
committerMarcel Holtmann <marcel@holtmann.org>2022-05-13 13:06:31 +0200
commit0d37ddfc50d9a81f46d3b2ffa156d4fea8a410f7 (patch)
treeb94efb70cec3e815239623e5c3ad7af0bc0dfdf5 /drivers/bluetooth
parentBluetooth: btusb: Add a new PID/VID 0489/e0c8 for MT7921 (diff)
downloadlinux-dev-0d37ddfc50d9a81f46d3b2ffa156d4fea8a410f7.tar.xz
linux-dev-0d37ddfc50d9a81f46d3b2ffa156d4fea8a410f7.zip
Bluetooth: btbcm: Add entry for BCM4373A0 UART Bluetooth
This patch adds the device ID for the BCM4373A0 module, found e.g. in the Infineon (Cypress) CYW4373E chip. The required firmware file is named 'BCM4373A0.hcd'. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btbcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
index 92a2b7e81757..76fbb046bdbe 100644
--- a/drivers/bluetooth/btbcm.c
+++ b/drivers/bluetooth/btbcm.c
@@ -458,6 +458,7 @@ static const struct bcm_subver_table bcm_uart_subver_table[] = {
{ 0x6106, "BCM4359C0" }, /* 003.001.006 */
{ 0x4106, "BCM4335A0" }, /* 002.001.006 */
{ 0x410c, "BCM43430B0" }, /* 002.001.012 */
+ { 0x2119, "BCM4373A0" }, /* 001.001.025 */
{ }
};