Browse Source

Update Galax vendor id, used on 1070s

master
Tanguy Pruvot 8 years ago
parent
commit
9123eff7dd
  1. 2
      compat/ccminer-config.h
  2. 2
      nvml.cpp

2
compat/ccminer-config.h

@ -164,7 +164,7 @@ @@ -164,7 +164,7 @@
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"
/* 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
direction of stack growth for your system; otherwise it will be

2
nvml.cpp

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

Loading…
Cancel
Save