001-bcm43xx-Add-bcm43xx-3wire-variant.patch (726B)
1 From b4f2b77472aeb967d3a7595e8a965785c7a37c87 Mon Sep 17 00:00:00 2001 2 From: Phil Elwell <phil@raspberrypi.org> 3 Date: Tue, 16 Feb 2016 16:40:46 +0000 4 Subject: [PATCH 1/4] bcm43xx: Add bcm43xx-3wire variant 5 6 --- 7 tools/hciattach.c | 3 +++ 8 1 file changed, 3 insertions(+) 9 10 --- a/tools/hciattach.c 11 +++ b/tools/hciattach.c 12 @@ -1144,6 +1144,9 @@ struct uart_t uart[] = { 13 { "bcm43xx", 0x0000, 0x0000, HCI_UART_H4, 115200, 3000000, 14 FLOW_CTL, DISABLE_PM, NULL, bcm43xx, NULL }, 15 16 + { "bcm43xx-3wire", 0x0000, 0x0000, HCI_UART_3WIRE, 115200, 3000000, 17 + 0, DISABLE_PM, NULL, bcm43xx, NULL }, 18 + 19 { "ath3k", 0x0000, 0x0000, HCI_UART_ATH3K, 115200, 115200, 20 FLOW_CTL, DISABLE_PM, NULL, ath3k_ps, ath3k_pm }, 21