mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
fix duplicate name
This commit is contained in:
parent
2a0b712ed5
commit
92e5ee9d66
@ -198,7 +198,7 @@ static struct usb_find_devices find_dev[] = {
|
|||||||
.eps = amu_eps },
|
.eps = amu_eps },
|
||||||
{
|
{
|
||||||
.drv = DRV_ICARUS,
|
.drv = DRV_ICARUS,
|
||||||
.name = "BAL",
|
.name = "BLT",
|
||||||
.idVendor = 0x0403,
|
.idVendor = 0x0403,
|
||||||
.idProduct = 0x6001,
|
.idProduct = 0x6001,
|
||||||
.iProduct = "FT232R USB UART",
|
.iProduct = "FT232R USB UART",
|
||||||
@ -208,7 +208,7 @@ static struct usb_find_devices find_dev[] = {
|
|||||||
.timeout = ICARUS_TIMEOUT_MS,
|
.timeout = ICARUS_TIMEOUT_MS,
|
||||||
.epcount = ARRAY_SIZE(llt_eps),
|
.epcount = ARRAY_SIZE(llt_eps),
|
||||||
.eps = llt_eps },
|
.eps = llt_eps },
|
||||||
// For any that don't match the above "BAL"
|
// For any that don't match the above "BLT"
|
||||||
{
|
{
|
||||||
.drv = DRV_ICARUS,
|
.drv = DRV_ICARUS,
|
||||||
.name = "LLT",
|
.name = "LLT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user