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:
f57c4bb
)
Bluetooth: btbcm: Add entry for BCM2076B1 UART Bluetooth
author
Stephan Gerhold
<stephan@gerhold.net>
Tue, 5 Mar 2019 13:09:00 +0000
(14:09 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 23 Apr 2019 17:10:56 +0000
(19:10 +0200)
Add the device ID for the BT/FM/GPS combo chip BCM2076 (rev B1)
used in the AMPAK AP6476 WiFi/BT/FM/GPS module.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
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 62d3aa2b26f6091fac755edab90c2c096bbf40ab..71e74ec083108eda2762a90e625e7e9d9e503eca 100644
(file)
--- a/
drivers/bluetooth/btbcm.c
+++ b/
drivers/bluetooth/btbcm.c
@@
-335,6
+335,7
@@
struct bcm_subver_table {
static const struct bcm_subver_table bcm_uart_subver_table[] = {
{ 0x4103, "BCM4330B1" }, /* 002.001.003 */
{ 0x410e, "BCM43341B0" }, /* 002.001.014 */
+ { 0x4204, "BCM2076B1" }, /* 002.002.004 */
{ 0x4406, "BCM4324B3" }, /* 002.004.006 */
{ 0x6109, "BCM4335C0" }, /* 003.001.009 */
{ 0x610c, "BCM4354" }, /* 003.001.012 */