Update Galax vendor id, used on 1070s

This commit is contained in:
Tanguy Pruvot 2016-07-25 16:35:46 +02:00
parent af1d5c9f3d
commit 9123eff7dd
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@
#define PACKAGE_URL "http://github.com/tpruvot/ccminer" #define PACKAGE_URL "http://github.com/tpruvot/ccminer"
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "1.8-dev" #define PACKAGE_VERSION "1.8"
/* If using the C implementation of alloca, define if you know the /* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be direction of stack growth for your system; otherwise it will be

View File

@ -1820,7 +1820,7 @@ static int translate_vendor_id(uint16_t vid, char *vendorname)
{ 0x19DA, "Zotac" }, { 0x19DA, "Zotac" },
{ 0x19F1, "BFG" }, { 0x19F1, "BFG" },
{ 0x1ACC, "PoV" }, { 0x1ACC, "PoV" },
{ 0x1B4C, "KFA2" }, { 0x1B4C, "Galax" }, // KFA2 in EU, to check on Pascal cards
{ 0x3842, "EVGA" }, { 0x3842, "EVGA" },
{ 0x7377, "Colorful" }, { 0x7377, "Colorful" },
{ 0, "" } { 0, "" }