From 56e90d60dd44cee802d25bf0df6816361256eb0b Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 29 Oct 2020 00:37:01 -0500 Subject: [PATCH] Add Zotac and PNY PCI IDs --- pci_ids/pci_ids.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index 67c183ac..056fd434 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -43,10 +43,12 @@ \*---------------------------------------------------------*/ #define ASUS_SUB_VEN 0x1043 #define EVGA_SUB_VEN 0x3842 +#define GALAX_SUB_VEN 0x10DE #define GIGABYTE_SUB_VEN 0x1458 #define MSI_SUB_VEN 0x1462 +#define PNY_SUB_VEN 0x196E #define SAPPHIRE_SUB_VEN 0x1DA2 -#define GALAX_SUB_VEN 0x10DE +#define ZOTAC_SUB_VEN 0x19DA /*-----------------------------------------------------*\ | EVGA Sub-Device IDs |