Browse Source

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

nfactor-troky
Kano 13 years ago
parent
commit
cad0855ba8
  1. 2
      driver-ztex.c

2
driver-ztex.c

@ -313,7 +313,7 @@ static void ztex_disable(struct thr_info *thr)
struct device_api ztex_api = { struct device_api ztex_api = {
.dname = "ztex", .dname = "ztex",
.name = "PGA", .name = "ZTX",
.api_detect = ztex_detect, .api_detect = ztex_detect,
.get_statline_before = ztex_statline_before, .get_statline_before = ztex_statline_before,
.thread_prepare = ztex_prepare, .thread_prepare = ztex_prepare,

Loading…
Cancel
Save