You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
726 B

  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. tools/hciattach.c | 3 +++
  7. 1 file changed, 3 insertions(+)
  8. --- a/tools/hciattach.c
  9. +++ b/tools/hciattach.c
  10. @@ -1091,6 +1091,9 @@ struct uart_t uart[] = {
  11. { "bcm43xx", 0x0000, 0x0000, HCI_UART_H4, 115200, 3000000,
  12. FLOW_CTL, DISABLE_PM, NULL, bcm43xx, NULL },
  13. + { "bcm43xx-3wire", 0x0000, 0x0000, HCI_UART_3WIRE, 115200, 3000000,
  14. + 0, DISABLE_PM, NULL, bcm43xx, NULL },
  15. +
  16. { "ath3k", 0x0000, 0x0000, HCI_UART_ATH3K, 115200, 115200,
  17. FLOW_CTL, DISABLE_PM, NULL, ath3k_ps, ath3k_pm },