Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Call any BXF device with 3-6 chips reported HXF
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Apr 10, 2014
1 parent e574114 commit c72d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-bitfury.c
Expand Up @@ -295,7 +295,7 @@ static bool bxf_detect_one(struct cgpu_info *bitfury, struct bitfury_info *info)
/* Sanity check and recognise variations */
if (info->chips <= 2 || info->chips > 999)
info->chips = 2;
else if (info->chips == 6)
else if (info->chips <= 6)
bitfury->drv->name = "HXF";
else if (info->chips > 6)
bitfury->drv->name = "MXF";
Expand Down

0 comments on commit c72d7a7

Please sign in to comment.