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.

22 lines
684 B

  1. From d41dc2046dd08d8c95197f677e224506f5b39bdd Mon Sep 17 00:00:00 2001
  2. From: Phil Elwell <phil@raspberrypi.org>
  3. Date: Wed, 20 Jan 2016 16:00:37 +0000
  4. Subject: [PATCH 3/4] Increase firmware load timeout to 30s
  5. ---
  6. tools/hciattach.c | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  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. @@ -1240,7 +1240,7 @@ int main(int argc, char *argv[])
  13. {
  14. struct uart_t *u = NULL;
  15. int detach, printpid, raw, opt, i, n, ld, err;
  16. - int to = 10;
  17. + int to = 30;
  18. int init_speed = 0;
  19. int send_break = 0;
  20. pid_t pid;