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.

23 lines
853 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. Index: bluez-5.51/tools/hciattach.c
  9. ===================================================================
  10. --- bluez-5.51.orig/tools/hciattach.c
  11. +++ bluez-5.51/tools/hciattach.c
  12. @@ -1091,6 +1091,9 @@ struct uart_t uart[] = {
  13. { "bcm43xx", 0x0000, 0x0000, HCI_UART_H4, 115200, 3000000,
  14. FLOW_CTL, DISABLE_PM, NULL, bcm43xx, NULL },
  15. + { "bcm43xx-3wire", 0x0000, 0x0000, HCI_UART_3WIRE, 115200, 3000000,
  16. + 0, DISABLE_PM, NULL, bcm43xx, NULL },
  17. +
  18. { "ath3k", 0x0000, 0x0000, HCI_UART_ATH3K, 115200, 115200,
  19. FLOW_CTL, DISABLE_PM, NULL, ath3k_ps, ath3k_pm },