projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b43ca51
)
Bluetooth: btbcm: Add entry for BCM43430B0 UART Bluetooth
author
Mikhail Rudenko
<mike.rudenko@gmail.com>
Sun, 9 May 2021 23:28:37 +0000
(
02:28
+0300)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:28 +0000
(07:12 +0200)
This patch adds the device ID for the BCM43430B0 module, found e.g. in
certain revisions of AMPAK AP6212 chip. The required firmware file is
named 'BCM43430B0.hcd'.
Signed-off-by: Mikhail Rudenko <mike.rudenko@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btbcm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/bluetooth/btbcm.c
b/drivers/bluetooth/btbcm.c
index 1b9743b7f2ef9253efa3c4bb8fb5c07096fec2f9..e5d706ed55eaac423c5800fab423de66fc82010a 100644
(file)
--- a/
drivers/bluetooth/btbcm.c
+++ b/
drivers/bluetooth/btbcm.c
@@
-404,6
+404,7
@@
static const struct bcm_subver_table bcm_uart_subver_table[] = {
{ 0x4217, "BCM4329B1" }, /* 002.002.023 */
{ 0x6106, "BCM4359C0" }, /* 003.001.006 */
{ 0x4106, "BCM4335A0" }, /* 002.001.006 */
+ { 0x410c, "BCM43430B0" }, /* 002.001.012 */
{ }
};