From 1e78a7b5661a3c11302066262cd250776c83c656 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 13 Jul 2018 02:45:38 -0500 Subject: user/bluez: pull in, bump, fix up --- .../001-bcm43xx-Add-bcm43xx-3wire-variant.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 user/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch (limited to 'user/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch') diff --git a/user/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch b/user/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch new file mode 100644 index 000000000..96e8a26c5 --- /dev/null +++ b/user/bluez/001-bcm43xx-Add-bcm43xx-3wire-variant.patch @@ -0,0 +1,21 @@ +From b4f2b77472aeb967d3a7595e8a965785c7a37c87 Mon Sep 17 00:00:00 2001 +From: Phil Elwell +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 }, + -- cgit v1.2.3-60-g2f50