summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-07-24 09:14:57 +0100
committerPeter Robinson <pbrobinson@gmail.com>2017-07-24 09:14:57 +0100
commit66cc5ce03c44ec186e7957d45acc521f82a3e794 (patch)
treeed8773b46a92248355b5186bb6308577ca0a3b50
parentca963e1b4f28625a1b5640b729231225dbb58202 (diff)
downloadkernel-66cc5ce03c44ec186e7957d45acc521f82a3e794.tar.gz
kernel-66cc5ce03c44ec186e7957d45acc521f82a3e794.tar.xz
kernel-66cc5ce03c44ec186e7957d45acc521f82a3e794.zip
add RPI BT id
-rw-r--r--bt-bcm.patch32
-rw-r--r--kernel.spec1
2 files changed, 33 insertions, 0 deletions
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 <ian@mnementh.co.uk>
+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 <ian@mnementh.co.uk>
+Reported-by: Loic Poulain <loic.poulain@intel.com>
+Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
+---
+ 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