Browse Source

Wait till buffer is cleared after sending idle tasks to avalon before returning from avalon_idle.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
b790153990
  1. 1
      driver-avalon.c

1
driver-avalon.c

@ -494,6 +494,7 @@ static void avalon_idle(struct cgpu_info *avalon, struct avalon_info *info,
info->frequency); info->frequency);
avalon_send_task(fd, &at, avalon); avalon_send_task(fd, &at, avalon);
} }
wait_avalon_ready(fd);
} }
static bool avalon_detect_one(const char *devpath) static bool avalon_detect_one(const char *devpath)

Loading…
Cancel
Save