Browse Source

Ensure everyone sees the same screen/api name as the previous version for Icarus

nfactor-troky
Kano 13 years ago
parent
commit
e369d787e0
  1. 2
      driver-icarus.c

2
driver-icarus.c

@ -381,7 +381,7 @@ static void icarus_shutdown(struct thr_info *thr) @@ -381,7 +381,7 @@ static void icarus_shutdown(struct thr_info *thr)
struct device_api icarus_api = {
.dname = "icarus",
.name = "PGA",
.name = "ICA",
.api_detect = icarus_detect,
.thread_prepare = icarus_prepare,
.scanhash = icarus_scanhash,

Loading…
Cancel
Save