Browse Source

Ignore iManufacturer from bitfury devices to support bluefury as well as redfury.

Con Kolivas 12 years ago
parent
commit
efc605ffd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      usbutils.c

+ 1 - 1
usbutils.c

@@ -305,7 +305,7 @@ static struct usb_find_devices find_dev[] = {
 		.config = 1,
 		.config = 1,
 		.timeout = BITFURY_TIMEOUT_MS,
 		.timeout = BITFURY_TIMEOUT_MS,
 		.latency = LATENCY_UNUSED,
 		.latency = LATENCY_UNUSED,
-		.iManufacturer = "BPMC",
+		//.iManufacturer = "BPMC",
 		.iProduct = "Bitfury BF1",
 		.iProduct = "Bitfury BF1",
 		INTINFO(bfu_ints)
 		INTINFO(bfu_ints)
 	},
 	},