/* 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.