projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
956f664
)
Bluetooth: btbcm: Add entry for BCM4359C0 UART bluetooth
author
Neil Armstrong
<narmstrong@baylibre.com>
Mon, 20 May 2019 13:41:04 +0000
(15:41 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 6 Jul 2019 10:56:44 +0000
(12:56 +0200)
The BCM4359C0 BT/Wi-Fi compo chip needs an entry to be discovered
by the btbcm driver.
Tested using an AP6398S module from Ampak.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btbcm.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btbcm.c
b/drivers/bluetooth/btbcm.c
index 3fe941539a1ff8b3ed8b5394efe4eaf67c889c16..124ef0a3e1dd0cc3fac12503c9228ec84ebf1ad3 100644
(file)
--- a/
drivers/bluetooth/btbcm.c
+++ b/
drivers/bluetooth/btbcm.c
@@
-335,6
+335,7
@@
static const struct bcm_subver_table bcm_uart_subver_table[] = {
{ 0x230f, "BCM4356A2" }, /* 001.003.015 */
{ 0x220e, "BCM20702A1" }, /* 001.002.014 */
{ 0x4217, "BCM4329B1" }, /* 002.002.023 */
+ { 0x6106, "BCM4359C0" }, /* 003.001.006 */
{ }
};