Browse Source

Bugfix: twinfury: Use serial number formatted over USB, so it works with --scan

Bug fixed: Old serial override only affected the first processor
Luke Dashjr 12 years ago
parent
commit
00d583caaa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      driver-twinfury.c

+ 0 - 1
driver-twinfury.c

@@ -216,7 +216,6 @@ static bool twinfury_init(struct thr_info *thr)
 	}
 	}
 
 
 	cgpu->device_fd = fd;
 	cgpu->device_fd = fd;
-	cgpu->dev_serial = info->id.serial;
 
 
 	applog(LOG_INFO, "%"PRIpreprv": Opened %s", cgpu->proc_repr, cgpu->device_path);
 	applog(LOG_INFO, "%"PRIpreprv": Opened %s", cgpu->proc_repr, cgpu->device_path);