From 4391469e84e7b75226f9907a6018d3e93941162e Mon Sep 17 00:00:00 2001 From: Tomasz Torcz Date: Thu, 14 Jan 2021 14:35:32 +0100 Subject: [PATCH] add PCI IDS for Radeon RX560 Tested with Asus Strix RX 560 4GB --- pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pci_ids.h b/pci_ids.h index a94acc8..a8527d7 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, 0x67FF, 0x1043, 0x04BC, 0, 0, CHIP_POLARIS11}, // RX560 {0x1002, 0x687F, 0x1043, 0x0555, 0, 0, CHIP_VEGA10}, // Vega 56 (Strix) // {0x1002, 0x731f, 0x1043, 0x04e2, 0, 0, CHIP_NAVI10}, // RX5700XT (Strix) {0, 0, 0},