Commit 700f4b4516e115c576feba5569fc49aa4b0be402

Con Kolivas 2013-06-23T10:39:17

Ignore iManufacturer for BFLSC devices since the device name will still match and some unbinned chips are missing it.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/usbutils.c b/usbutils.c
index 5092aed..5660d2b 100644
--- a/usbutils.c
+++ b/usbutils.c
@@ -147,7 +147,7 @@ static struct usb_find_devices find_dev[] = {
 		.ident = IDENT_BAS,
 		.idVendor = IDVENDOR_FTDI,
 		.idProduct = 0x6014,
-		.iManufacturer = "Butterfly Labs",
+		//.iManufacturer = "Butterfly Labs",
 		.iProduct = "BitFORCE SHA256 SC",
 		.kernel = 0,
 		.config = 1,