mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Ignore iManufacturer from bitfury devices to support bluefury as well as redfury.
This commit is contained in:
parent
95797821b4
commit
dfba30b9f2
@ -305,7 +305,7 @@ static struct usb_find_devices find_dev[] = {
|
|||||||
.config = 1,
|
.config = 1,
|
||||||
.timeout = BITFURY_TIMEOUT_MS,
|
.timeout = BITFURY_TIMEOUT_MS,
|
||||||
.latency = LATENCY_UNUSED,
|
.latency = LATENCY_UNUSED,
|
||||||
.iManufacturer = "BPMC",
|
//.iManufacturer = "BPMC",
|
||||||
.iProduct = "Bitfury BF1",
|
.iProduct = "Bitfury BF1",
|
||||||
INTINFO(bfu_ints)
|
INTINFO(bfu_ints)
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user