@@ -203,6 +203,8 @@ ignoresome:
static
bool hashfast_lowl_match(const struct lowlevel_device_info * const info)
{
+ if (lowlevel_match_product(info, "GoldenNonce"))
+ return true; UDEV
return (info->manufacturer && strstr(info->manufacturer, "HashFast"));
}