blob: d1c586c7a74eb8567c7a1962c43811ed0e39399d [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001From 05c3e145b5aa62e7e759932ea99f94d495b651c3 Mon Sep 17 00:00:00 2001
Patrick Williams8b8bc412016-08-17 15:02:23 -05002From: Phil Elwell <phil@raspberrypi.org>
3Date: Wed, 20 Jan 2016 16:00:37 +0000
Andrew Geissler517393d2023-01-13 08:55:19 -06004Subject: [PATCH] Increase firmware load timeout to 30s
Patrick Williams8b8bc412016-08-17 15:02:23 -05005
6---
7 tools/hciattach.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/tools/hciattach.c b/tools/hciattach.c
Andrew Geissler517393d2023-01-13 08:55:19 -060011index 7d01d8b74..465bb17dd 100644
Patrick Williams8b8bc412016-08-17 15:02:23 -050012--- a/tools/hciattach.c
13+++ b/tools/hciattach.c
Andrew Geissler517393d2023-01-13 08:55:19 -060014@@ -1227,7 +1227,7 @@ int main(int argc, char *argv[])
Patrick Williams8b8bc412016-08-17 15:02:23 -050015 {
16 struct uart_t *u = NULL;
17 int detach, printpid, raw, opt, i, n, ld, err;
18- int to = 10;
19+ int to = 30;
20 int init_speed = 0;
21 int send_break = 0;
22 pid_t pid;