Browse Source

bigpic: Probe sooner than most drivers, but still after icarus/erupter

Luke Dashjr 12 years ago
parent
commit
83e64a38f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-bigpic.c

+ 1 - 0
driver-bigpic.c

@@ -310,6 +310,7 @@ static bool bigpic_identify(struct cgpu_info *cgpu)
 struct device_drv bigpic_drv = {
 	.dname = "bigpic",
 	.name = "BPM",
+	.probe_priority = -110,
 
 	.drv_detect = bigpic_detect,