Browse Source

Merge pull request #343 from wizkid057/bfgminer

Fix hashbuster init on powerup issue
Luke-Jr 12 years ago
parent
commit
923726b0a5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      driver-hashbuster2.c

+ 4 - 0
driver-hashbuster2.c

@@ -207,6 +207,10 @@ bool hashbuster2_lowl_probe(const struct lowlevel_device_info * const info)
 	port->mode = 0;
 	
 	chip_n = libbitfury_detectChips1(port);
+
+	if (unlikely(!chip_n))
+		chip_n = libbitfury_detectChips1(port);
+
 	if (unlikely(!chip_n))
 	{
 		applog(LOG_WARNING, "%s: No chips found on %s", __func__, serial);