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

Capitalise driver long names used in applog messages

This commit is contained in:
Kano 2013-01-22 21:58:33 +11:00
parent 7fbc3770b4
commit d057791915
3 changed files with 3 additions and 3 deletions

View File

@ -752,7 +752,7 @@ static struct api_data *bitforce_api_stats(struct cgpu_info *cgpu)
struct device_drv bitforce_drv = {
.drv = DRIVER_BITFORCE,
.dname = "bitforce",
.dname = "BitForce",
.name = "BFL",
.drv_detect = bitforce_detect,
.get_api_stats = bitforce_api_stats,

View File

@ -902,7 +902,7 @@ static void icarus_shutdown(struct thr_info *thr)
struct device_drv icarus_drv = {
.drv = DRIVER_ICARUS,
.dname = "icarus",
.dname = "Icarus",
.name = "ICA",
.drv_detect = icarus_detect,
.get_api_stats = icarus_api_stats,

View File

@ -1184,7 +1184,7 @@ static char *modminer_set_device(struct cgpu_info *modminer, char *option, char
struct device_drv modminer_drv = {
.drv = DRIVER_MODMINER,
.dname = "modminer",
.dname = "ModMiner",
.name = "MMQ",
.drv_detect = modminer_detect,
.get_statline_before = get_modminer_statline_before,