diff options
author | ScrumpyJack <scrumpyjack@st.ilet.to> | 2016-05-31 11:38:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-31 13:02:18 +0000 |
commit | 2cbaf6f72fc5dfe48acefb19bb242de454880363 (patch) | |
tree | fc54b40eaebc302a435fff9350372eee7b0a2d3e /main/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch | |
parent | 4d6d437949cc1ed7e2bd4f4fbc6033c861a9058c (diff) | |
download | aports-2cbaf6f72fc5dfe48acefb19bb242de454880363.tar.bz2 aports-2cbaf6f72fc5dfe48acefb19bb242de454880363.tar.xz |
main/bluez: version upgrade and patches for bcm43xx
Upgrades bluez from version 5.39 to 5.40 and adds patches from the
Raspberry Pi Foundation to support the bcm43xx chip on the RPi3.
Diffstat (limited to 'main/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch')
-rw-r--r-- | main/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/main/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch b/main/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch new file mode 100644 index 0000000000..96e8a26c59 --- /dev/null +++ b/main/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch @@ -0,0 +1,21 @@ +From b4f2b77472aeb967d3a7595e8a965785c7a37c87 Mon Sep 17 00:00:00 2001 +From: Phil Elwell <phil@raspberrypi.org> +Date: Tue, 16 Feb 2016 16:40:46 +0000 +Subject: [PATCH 1/4] bcm43xx: Add bcm43xx-3wire variant + +--- + tools/hciattach.c | 3 +++ + 1 file changed, 3 insertions(+) + +--- a/tools/hciattach.c ++++ b/tools/hciattach.c +@@ -1144,6 +1144,9 @@ struct uart_t uart[] = { + { "bcm43xx", 0x0000, 0x0000, HCI_UART_H4, 115200, 3000000, + FLOW_CTL, DISABLE_PM, NULL, bcm43xx, NULL }, + ++ { "bcm43xx-3wire", 0x0000, 0x0000, HCI_UART_3WIRE, 115200, 3000000, ++ 0, DISABLE_PM, NULL, bcm43xx, NULL }, ++ + { "ath3k", 0x0000, 0x0000, HCI_UART_ATH3K, 115200, 115200, + FLOW_CTL, DISABLE_PM, NULL, ath3k_ps, ath3k_pm }, + |