blob: 152902324d89bbe7502b768f04f609c7a3ac904f [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---
Patrick Williams520786c2023-06-25 16:20:36 -05007Upstream-Status: Pending
8
Patrick Williams8b8bc412016-08-17 15:02:23 -05009 tools/hciattach.c | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/tools/hciattach.c b/tools/hciattach.c
Andrew Geissler517393d2023-01-13 08:55:19 -060013index 7d01d8b74..465bb17dd 100644
Patrick Williams8b8bc412016-08-17 15:02:23 -050014--- a/tools/hciattach.c
15+++ b/tools/hciattach.c
Andrew Geissler517393d2023-01-13 08:55:19 -060016@@ -1227,7 +1227,7 @@ int main(int argc, char *argv[])
Patrick Williams8b8bc412016-08-17 15:02:23 -050017 {
18 struct uart_t *u = NULL;
19 int detach, printpid, raw, opt, i, n, ld, err;
20- int to = 10;
21+ int to = 30;
22 int init_speed = 0;
23 int send_break = 0;
24 pid_t pid;