Browse Source

Capitalise driver long names used in applog messages

nfactor-troky
Kano 12 years ago
parent
commit
d057791915
  1. 2
      driver-bitforce.c
  2. 2
      driver-icarus.c
  3. 2
      driver-modminer.c

2
driver-bitforce.c

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

2
driver-icarus.c

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

2
driver-modminer.c

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

Loading…
Cancel
Save