Skip to content

Commit

Permalink
regressed with "BAL" little-jalapenos
Browse files Browse the repository at this point in the history
My older "BAJ" device still works, but two newer devices that register
themselves as "BAL" with Manufacturer shown as "FTDI" were no longer
recognized with the latest version of CG-Miner.  These are jalapenos.

Granted they are obsolete, but... I'm still using them
  • Loading branch information
yebyen committed Apr 2, 2015
1 parent fa206d3 commit 666f005
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions usbutils.c
Expand Up @@ -435,6 +435,18 @@ static struct usb_intinfo ants2_ints[] = {
static struct usb_find_devices find_dev[] = {
#ifdef USE_BFLSC
/* Wish these guys would be more consistent with setting these fields */
{
.drv = DRIVER_bflsc,
.name = "BAS",
.ident = IDENT_BAS,
.idVendor = IDVENDOR_FTDI,
.idProduct = 0x6014,
.iManufacturer = "FTDI",
.iProduct = "BitFORCE SHA256 SC",
.config = 1,
.timeout = BFLSC_TIMEOUT_MS,
.latency = LATENCY_STD,
INTINFO(bflsc_ints) },
{
.drv = DRIVER_bflsc,
.name = "BAS",
Expand Down

0 comments on commit 666f005

Please sign in to comment.