Commit e369d787e0e17f2390ca8c7d4db735b8ebb67c3e

Kano 2012-04-23T18:06:30

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

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-icarus.c b/driver-icarus.c
index 87c5fbc..5a220cd 100644
--- a/driver-icarus.c
+++ b/driver-icarus.c
@@ -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,