summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 08e1f3dd4e03..d5d6e6e5da3b 100644
--- a/drivers/bluetooth/btbcm.c
+++ b/drivers/bluetooth/btbcm.c
@@ -341,6 +341,7 @@ static const struct bcm_subver_table bcm_uart_subver_table[] = {
341 { 0x6119, "BCM4345C0" }, /* 003.001.025 */ 341 { 0x6119, "BCM4345C0" }, /* 003.001.025 */
342 { 0x230f, "BCM4356A2" }, /* 001.003.015 */ 342 { 0x230f, "BCM4356A2" }, /* 001.003.015 */
343 { 0x220e, "BCM20702A1" }, /* 001.002.014 */ 343 { 0x220e, "BCM20702A1" }, /* 001.002.014 */
344 { 0x4217, "BCM4329B1" }, /* 002.002.023 */
344 { } 345 { }
345}; 346};
346 347