Skip to content

Commit e61fbee

Browse files
committed
Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Luiz Augusto von Dentz says: ==================== bluetooth-next pull request for net-next: - Add support for Foxconn Mediatek Chip - Add support for LG LGSBWAC92/TWCM-K505D - hci_h5 flow control fixes and suspend support - Switch to use lock_sock for SCO and RFCOMM - Various fixes for extended advertising - Reword Intel's setup on btusb unifying the supported generations ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
2 parents 815cc21 + 61969ef commit e61fbee

File tree

21 files changed

+2071
-1545
lines changed

21 files changed

+2071
-1545
lines changed

drivers/bluetooth/btbcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ struct bcm_subver_table {
387387
};
388388

389389
static const struct bcm_subver_table bcm_uart_subver_table[] = {
390+
{ 0x1111, "BCM4362A2" }, /* 000.017.017 */
390391
{ 0x4103, "BCM4330B1" }, /* 002.001.003 */
391392
{ 0x410d, "BCM4334B0" }, /* 002.001.013 */
392393
{ 0x410e, "BCM43341B0" }, /* 002.001.014 */

0 commit comments

Comments
 (0)