lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

003-Increase-firmware-load-timeout-to-30s.patch (557B)


      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 ---
      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 @@ -1293,7 +1293,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;