]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Bluetooth: btbcm: Add entry for BCM4373A0 UART Bluetooth
authorTim Harvey <tharvey@gateworks.com>
Thu, 5 May 2022 19:50:10 +0000 (12:50 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 13 May 2022 11:06:31 +0000 (13:06 +0200)
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>
drivers/bluetooth/btbcm.c

index 92a2b7e817576060cbd18b96adc8ad2ef69fd577..76fbb046bdbe80d838031e9cb2489de9d81d0eeb 100644 (file)
@@ -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 */
        { }
 };