Browse Source

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

nfactor-troky
Con Kolivas 12 years ago
parent
commit
700f4b4516
  1. 2
      usbutils.c

2
usbutils.c

@ -147,7 +147,7 @@ static struct usb_find_devices find_dev[] = { @@ -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,

Loading…
Cancel
Save