Use PCI ID based detection for Galax GPUs
This commit is contained in:
parent
a03e6a7800
commit
da81052247
3 changed files with 38 additions and 7 deletions
|
|
@ -44,6 +44,7 @@
|
|||
#define GIGABYTE_SUB_VEN 0x1458
|
||||
#define MSI_SUB_VEN 0x1462
|
||||
#define SAPPHIRE_SUB_VEN 0x1DA2
|
||||
#define GALAX_SUB_VEN 0x10DE
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| EVGA Sub-Device IDs |
|
||||
|
|
@ -77,6 +78,11 @@
|
|||
\*-----------------------------------------------------*/
|
||||
#define SAPPHIRE_RX580_NITRO_PLUS_SUB_DEV 0xE366
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| GALAX / KFA2 Sub-Device IDs |
|
||||
\*-----------------------------------------------------*/
|
||||
#define KFA2_RTX_2070_EX 0x12FE
|
||||
|
||||
/*---------------------------------------------------------*\
|
||||
| PCI ID Macros |
|
||||
\*---------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue