From dfba30b9f2eb1c5792a124f8792eb7caba265cb8 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 3 Nov 2013 19:41:56 +1100 Subject: [PATCH] Ignore iManufacturer from bitfury devices to support bluefury as well as redfury. --- usbutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbutils.c b/usbutils.c index 1da81d7a..cd149ce9 100644 --- a/usbutils.c +++ b/usbutils.c @@ -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) },