1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +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,
.timeout = BITFURY_TIMEOUT_MS,
.latency = LATENCY_UNUSED,
.iManufacturer = "BPMC",
//.iManufacturer = "BPMC",
.iProduct = "Bitfury BF1",
INTINFO(bfu_ints)
},