Update Galax vendor id, used on 1070s
This commit is contained in:
parent
af1d5c9f3d
commit
9123eff7dd
@ -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
|
||||||
|
2
nvml.cpp
2
nvml.cpp
@ -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, "" }
|
||||||
|
Loading…
Reference in New Issue
Block a user