Browse Source

RPC: Add missing drivers to Device Code

Luke Dashjr 12 years ago
parent
commit
c83094bc66
1 changed files with 18 additions and 0 deletions
  1. 18 0
      api.c

+ 18 - 0
api.c

@@ -93,15 +93,33 @@ static const char *DEVICECODE = ""
 #ifdef USE_BITFORCE
 			"BFL "
 #endif
+#ifdef USE_BITFURY
+			"BFY "
+#endif
 #ifdef USE_BIGPIC
 			"BPM "
 #endif
+#ifdef USE_BFSB
+			"BSB "
+#endif
 #ifdef USE_ICARUS
 			"ICA "
 #endif
+#ifdef USE_LITTLEFURY
+			"LFY "
+#endif
+#ifdef USE_METABANK
+			"MBF "
+#endif
 #ifdef USE_AVALON
 			"AVA "
 #endif
+#ifdef USE_LIBMICROHTTPD
+			"SGW "
+#endif
+#ifdef USE_LIBEVENT
+			"SSM "
+#endif
 #ifdef USE_X6500
 			"XBS "
 #endif