blob: ec13dd7f2f506754d54b456b62f608d96975e534 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From d41dc2046dd08d8c95197f677e224506f5b39bdd Mon Sep 17 00:00:00 2001
2From: Phil Elwell <phil@raspberrypi.org>
3Date: Wed, 20 Jan 2016 16:00:37 +0000
4Subject: [PATCH 3/4] Increase firmware load timeout to 30s
5
6---
7 tools/hciattach.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10--- a/tools/hciattach.c
11+++ b/tools/hciattach.c
12@@ -1227,7 +1227,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;