From e37f7f055f7c6b178d6265988308fe64f4babb78 Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Fri, 24 Jul 2020 23:01:24 -0700 Subject: PCI IDs: Add PCI ID for the realtek 5261 This adds the PCI ID of the realtek 5261 PCIe to SD Express card reader. BUG=b:161774205 TEST=none Change-Id: I4d5e6cfca59b02adc74a0c148281a92421fe209d Signed-off-by: Caveh Jalali Reviewed-on: https://review.coreboot.org/c/coreboot/+/43848 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/include/device/pci_ids.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 94ad02fa76..35c86d9833 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1249,6 +1249,7 @@ #define PCI_DEVICE_ID_INTERG_5050 0x5050 #define PCI_VENDOR_ID_REALTEK 0x10ec +#define PCI_DEVICE_ID_REALTEK_5261 0x5261 #define PCI_DEVICE_ID_REALTEK_8029 0x8029 #define PCI_DEVICE_ID_REALTEK_8129 0x8129 #define PCI_DEVICE_ID_REALTEK_8139 0x8139 -- cgit v1.2.3