Commit 482017d73dbf547d47d71e2e16ea2150f50817fc

Kano 2014-01-06T09:50:07

api.c correct DEVICECODE and ordering

diff --git a/api.c b/api.c
index 60636c0..83f8132 100644
--- a/api.c
+++ b/api.c
@@ -156,6 +156,9 @@ static const char *DEVICECODE = ""
 #ifdef USE_AVALON
 			"AVA "
 #endif
+#ifdef USE_BAB
+			"BaB "
+#endif
 #ifdef USE_BFLSC
 			"BAS "
 #endif
@@ -165,24 +168,18 @@ static const char *DEVICECODE = ""
 #ifdef USE_BITFURY
 			"BFU "
 #endif
-#ifdef USE_HASHFAST
-			"HFA "
-#endif
 #ifdef USE_DRILLBIT
 			"DRB "
 #endif
+#ifdef USE_HASHFAST
+			"HFA "
+#endif
 #ifdef USE_ICARUS
 			"ICA "
 #endif
-#ifdef USE_MODMINER
-			"MMQ "
-#endif
 #ifdef USE_KNC
 			"KnC "
 #endif
-#ifdef USE_BAB
-			"BaB "
-#endif
 #ifdef USE_MINION
 			"MBA "
 #endif