1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Merge pull request #220 from kanoi/master

ModMiner use valid .name
This commit is contained in:
Con Kolivas 2012-06-12 03:23:57 -07:00
commit ca8f12dc76

View File

@ -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,