Browse Source

Merge commit '691b528' into update_old_avalon_20130513

Luke Dashjr 13 years ago
parent
commit
4522ee3c50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-avalon.c

+ 1 - 1
driver-avalon.c

@@ -210,7 +210,7 @@ static int avalon_gets(int fd, uint8_t *buf, int read_count,
 	bool first = true;
 
 	while (true) {
-		struct timeval timeout = {0, 1000};
+		struct timeval timeout = {0, 100000};
 		fd_set rd;
 
 		FD_ZERO(&rd);