From 0f2314b3056838ef871a6f1ee3e0aea3d3ba5132 Mon Sep 17 00:00:00 2001 From: Benjamin Cheng Date: Wed, 13 May 2020 18:06:50 -0400 Subject: [PATCH] add ASUS Strix RX580 TOP --- pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pci_ids.h b/pci_ids.h index a94acc8..c5898ba 100644 --- a/pci_ids.h +++ b/pci_ids.h @@ -11,6 +11,7 @@ */ static const struct pci_device_id pciidlist[] = { {0x1002, 0x67df, 0x1043, 0x0517, 0, 0, CHIP_POLARIS10}, // RX580 (Strix) + {0x1002, 0x67df, 0x1043, 0x0519, 0, 0, CHIP_POLARIS10}, // RX580 (Strix TOP) {0x1002, 0x687F, 0x1043, 0x0555, 0, 0, CHIP_VEGA10}, // Vega 56 (Strix) // {0x1002, 0x731f, 0x1043, 0x04e2, 0, 0, CHIP_NAVI10}, // RX5700XT (Strix) {0, 0, 0},