diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2019-03-05 08:09:00 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2019-04-23 13:10:56 -0400 |
commit | 039287aa9f7247f27ecae70a6e4aefa43f431d6b (patch) | |
tree | a26ae6f2bb5765fc6abf20911c0788ec584b4a58 /drivers/bluetooth | |
parent | f57c4bbf34439531adccd7d3a4ecc14f409c1399 (diff) |
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/btbcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c index 62d3aa2b26f6..71e74ec08310 100644 --- a/drivers/bluetooth/btbcm.c +++ b/drivers/bluetooth/btbcm.c | |||
@@ -335,6 +335,7 @@ struct bcm_subver_table { | |||
335 | static const struct bcm_subver_table bcm_uart_subver_table[] = { | 335 | static const struct bcm_subver_table bcm_uart_subver_table[] = { |
336 | { 0x4103, "BCM4330B1" }, /* 002.001.003 */ | 336 | { 0x4103, "BCM4330B1" }, /* 002.001.003 */ |
337 | { 0x410e, "BCM43341B0" }, /* 002.001.014 */ | 337 | { 0x410e, "BCM43341B0" }, /* 002.001.014 */ |
338 | { 0x4204, "BCM2076B1" }, /* 002.002.004 */ | ||
338 | { 0x4406, "BCM4324B3" }, /* 002.004.006 */ | 339 | { 0x4406, "BCM4324B3" }, /* 002.004.006 */ |
339 | { 0x6109, "BCM4335C0" }, /* 003.001.009 */ | 340 | { 0x6109, "BCM4335C0" }, /* 003.001.009 */ |
340 | { 0x610c, "BCM4354" }, /* 003.001.012 */ | 341 | { 0x610c, "BCM4354" }, /* 003.001.012 */ |