Browse Source

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

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

+ 1 - 1
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,