1
0
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:
Con Kolivas 2013-11-03 19:41:56 +11:00
parent 95797821b4
commit dfba30b9f2

View File

@ -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)
}, },