Add PCI ID filtering to Gigabyte RGB Fusion GPU detection
This commit is contained in:
parent
8fa14542ad
commit
efb5975fcf
2 changed files with 38 additions and 5 deletions
|
|
@ -25,6 +25,7 @@
|
|||
| nVidia Device IDs |
|
||||
\*-----------------------------------------------------*/
|
||||
#define NVIDIA_GTX1070_DEV 0x1B81
|
||||
#define NVIDIA_GTX1080TI_DEV 0x1B06
|
||||
#define NVIDIA_GTX1660_DEV 0x2184
|
||||
#define NVIDIA_RTX2060_TU104_DEV 0x1E89
|
||||
#define NVIDIA_RTX2060_TU106_DEV 0x1F08
|
||||
|
|
@ -54,6 +55,11 @@
|
|||
#define EVGA_RTX2070_XC_OC_SUB_DEV 0x2173
|
||||
#define EVGA_RTX2080_XC_GAMING_SUB_DEV 0x2182
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Gigabyte (Aorus) Sub-Device IDs |
|
||||
\*-----------------------------------------------------*/
|
||||
#define GIGABYTE_GTX1080TI_XTREME_SUB_DEV 0x3762
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| MSI Sub-Device IDs |
|
||||
\*-----------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue