/* Identify number of chips, and use it in device name if it can fit * into 3 chars, otherwise use generic NFU name. */ val = sscanf(bitfury->usbdev->prod_string, "NanoFury NF%u ", &info->chips);
In what file? I get 0 results when try to find in cgminer-4.3.3 repository.
Looks like those are different versions. I downloded 4.3.3 bz2 package from here: http://ck.kolivas.org/apps/cgminer/ and in bitfury driver.c at line 438 I have this:
Code:
if (opt_debug) { struct gpio_pin gp;
mcp2210_get_gpio_pindirs(bitfury, &gp);
EDIT: no occurence of "generic NFU name" in any file... Searched by notepad++ in all files...