Ignore iManufacturer for BFLSC devices since the device name will still match and some unbinned chips are missing it.
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,