diff options
author | Ian Molton <ian@mnementh.co.uk> | 2017-06-28 15:10:55 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2017-06-29 08:39:42 -0400 |
commit | feb16722b5d5f05b7ae1278a43e717c3d35cd512 (patch) | |
tree | b76b531d167cc4fd428bbe3a5b240ffe6cf50ed6 /drivers/bluetooth/btbcm.c | |
parent | d2ecfa765dff59145a4ba9c84856e50c4f43c2b2 (diff) |
Bluetooth: btbcm: Add entry for BCM43430 UART bluetooth
This patch adds the device ID for the bluetooth chip used in the
Broadcom BCM43430 SDIO WiFi / UART BT chip.
Successfully tested using Firmware version 0x0182
Signed-off-by: Ian Molton <ian@mnementh.co.uk>
Reported-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btbcm.c')
-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 24f8c4e93f4e..9ab6cfbb831d 100644 --- a/drivers/bluetooth/btbcm.c +++ b/drivers/bluetooth/btbcm.c | |||
@@ -295,6 +295,7 @@ static const struct { | |||
295 | { 0x410e, "BCM43341B0" }, /* 002.001.014 */ | 295 | { 0x410e, "BCM43341B0" }, /* 002.001.014 */ |
296 | { 0x4406, "BCM4324B3" }, /* 002.004.006 */ | 296 | { 0x4406, "BCM4324B3" }, /* 002.004.006 */ |
297 | { 0x610c, "BCM4354" }, /* 003.001.012 */ | 297 | { 0x610c, "BCM4354" }, /* 003.001.012 */ |
298 | { 0x2209, "BCM43430A1" }, /* 001.002.009 */ | ||
298 | { } | 299 | { } |
299 | }; | 300 | }; |
300 | 301 | ||