Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

kernel: Commit

kernel


Commit MetaInfo

Revision422ae354f00158539e9343300fdfe82aa0b63464 (tree)
Zeit2019-06-13 01:01:50
AutorStephan Gerhold <stephan@gerh...>
CommiterChih-Wei Huang

Log Message

UPSTREAM: Bluetooth: btbcm: Add entry for BCM2076B1 UART Bluetooth

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>
(cherry picked from commit 039287aa9f7247f27ecae70a6e4aefa43f431d6b)

Ändern Zusammenfassung

Diff

--- a/drivers/bluetooth/btbcm.c
+++ b/drivers/bluetooth/btbcm.c
@@ -323,6 +323,7 @@ struct bcm_subver_table {
323323 static const struct bcm_subver_table bcm_uart_subver_table[] = {
324324 { 0x4103, "BCM4330B1" }, /* 002.001.003 */
325325 { 0x410e, "BCM43341B0" }, /* 002.001.014 */
326+ { 0x4204, "BCM2076B1" }, /* 002.002.004 */
326327 { 0x4406, "BCM4324B3" }, /* 002.004.006 */
327328 { 0x6109, "BCM4335C0" }, /* 003.001.009 */
328329 { 0x610c, "BCM4354" }, /* 003.001.012 */
Show on old repository browser