Commit cad0855ba81dd7098cca3c89b85c21da130a7668

Kano 2012-04-23T18:10:21

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

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-ztex.c b/driver-ztex.c
index 03b409f..a63b4a7 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,