mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Ignore iManufacturer for BFLSC devices since the device name will still match and some unbinned chips are missing it.
This commit is contained in:
parent
d741410f6d
commit
700f4b4516
@ -147,7 +147,7 @@ static struct usb_find_devices find_dev[] = {
|
|||||||
.ident = IDENT_BAS,
|
.ident = IDENT_BAS,
|
||||||
.idVendor = IDVENDOR_FTDI,
|
.idVendor = IDVENDOR_FTDI,
|
||||||
.idProduct = 0x6014,
|
.idProduct = 0x6014,
|
||||||
.iManufacturer = "Butterfly Labs",
|
//.iManufacturer = "Butterfly Labs",
|
||||||
.iProduct = "BitFORCE SHA256 SC",
|
.iProduct = "BitFORCE SHA256 SC",
|
||||||
.kernel = 0,
|
.kernel = 0,
|
||||||
.config = 1,
|
.config = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user