Browse Source

Merge pull request #220 from kanoi/master

ModMiner use valid .name
nfactor-troky
Con Kolivas 12 years ago
parent
commit
ca8f12dc76
  1. 2
      driver-modminer.c

2
driver-modminer.c

@ -504,7 +504,7 @@ modminer_fpga_shutdown(struct thr_info *thr) @@ -504,7 +504,7 @@ modminer_fpga_shutdown(struct thr_info *thr)
struct device_api modminer_api = {
.dname = "modminer",
.name = "PGA",
.name = "MMQ",
.api_detect = modminer_detect,
.get_statline_before = get_modminer_statline_before,
.thread_prepare = modminer_fpga_prepare,

Loading…
Cancel
Save