1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

usbutils correct/reverse CMR product numbers

This commit is contained in:
Kano 2013-09-16 12:23:49 +10:00
parent 67b9ee4448
commit cc5c998164

View File

@ -334,7 +334,7 @@ static struct usb_find_devices find_dev[] = {
.name = "CMR", .name = "CMR",
.ident = IDENT_CMR1, .ident = IDENT_CMR1,
.idVendor = IDVENDOR_FTDI, .idVendor = IDVENDOR_FTDI,
.idProduct = 0x8350, .idProduct = 0x6014,
.iProduct = "Cairnsmore1", .iProduct = "Cairnsmore1",
.kernel = 0, .kernel = 0,
.config = 1, .config = 1,
@ -346,7 +346,7 @@ static struct usb_find_devices find_dev[] = {
.name = "CMR", .name = "CMR",
.ident = IDENT_CMR2, .ident = IDENT_CMR2,
.idVendor = IDVENDOR_FTDI, .idVendor = IDVENDOR_FTDI,
.idProduct = 0x6014, .idProduct = 0x8350,
.iProduct = "Cairnsmore1", .iProduct = "Cairnsmore1",
.kernel = 0, .kernel = 0,
.config = 1, .config = 1,