From cad0855ba81dd7098cca3c89b85c21da130a7668 Mon Sep 17 00:00:00 2001 From: Kano Date: Mon, 23 Apr 2012 18:10:21 +1000 Subject: [PATCH] Ensure everyone sees the same screen/api name as the previous version for ZTex --- driver-ztex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-ztex.c b/driver-ztex.c index 03b409f1..a63b4a7f 100644 --- a/driver-ztex.c +++ b/driver-ztex.c @@ -313,7 +313,7 @@ static void ztex_disable(struct thr_info *thr) struct device_api ztex_api = { .dname = "ztex", - .name = "PGA", + .name = "ZTX", .api_detect = ztex_detect, .get_statline_before = ztex_statline_before, .thread_prepare = ztex_prepare,