From 66cc5ce03c44ec186e7957d45acc521f82a3e794 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 24 Jul 2017 09:14:57 +0100 Subject: [PATCH] add RPI BT id --- bt-bcm.patch | 32 ++++++++++++++++++++++++++++++++ kernel.spec | 1 + 2 files changed, 33 insertions(+) create mode 100644 bt-bcm.patch diff --git a/bt-bcm.patch b/bt-bcm.patch new file mode 100644 index 000000000..aa5334b2b --- /dev/null +++ b/bt-bcm.patch @@ -0,0 +1,32 @@ +From feb16722b5d5f05b7ae1278a43e717c3d35cd512 Mon Sep 17 00:00:00 2001 +From: Ian Molton +Date: Wed, 28 Jun 2017 20:10:55 +0100 +Subject: 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 +Reported-by: Loic Poulain +Signed-off-by: Marcel Holtmann +--- + drivers/bluetooth/btbcm.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c +index 24f8c4e..9ab6cfb 100644 +--- a/drivers/bluetooth/btbcm.c ++++ b/drivers/bluetooth/btbcm.c +@@ -295,6 +295,7 @@ static const struct { + { 0x410e, "BCM43341B0" }, /* 002.001.014 */ + { 0x4406, "BCM4324B3" }, /* 002.004.006 */ + { 0x610c, "BCM4354" }, /* 003.001.012 */ ++ { 0x2209, "BCM43430A1" }, /* 001.002.009 */ + { } + }; + +-- +cgit v1.1 + diff --git a/kernel.spec b/kernel.spec index 6e2df7476..07436221b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -622,6 +622,7 @@ Patch324: bcm283x-drm-vc4-Fix-OOPSes-from-trying-to-cache-a-partially-constructe Patch325: bcm2837-sdhost-fixes.patch Patch326: bcm283x-Define-UART-pinmuxing-on-board-level.patch +Patch327: bt-bcm.patch # http://www.spinics.net/lists/devicetree/msg163238.html Patch329: bcm2837-arm32-support.patch