1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

ModMiner use valid .name

This commit is contained in:
Kano 2012-06-12 20:19:32 +10:00
parent d1631d83bc
commit 86034f87df

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,