Browse Source

Merge branch 'hotplug2' into bfgminer-3.2.x

Luke Dashjr 12 years ago
parent
commit
017affed20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api.c

+ 1 - 1
api.c

@@ -3240,7 +3240,7 @@ struct CMDS {
 } cmds[] = {
 	{ "version",		apiversion,	false },
 	{ "config",		minerconfig,	false },
-	{ "devscan",		devscan,	false },
+	{ "devscan",		devscan,	true },
 	{ "devs",		devstatus,	false },
 	{ "devdetail",	devdetail,	false },
 	{ "pools",		poolstatus,	false },