diff options
author | Caveh Jalali <caveh@chromium.org> | 2020-07-24 23:01:24 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-28 19:18:13 +0000 |
commit | e37f7f055f7c6b178d6265988308fe64f4babb78 (patch) | |
tree | 7d90750f60fea0fc4e892329ef1fc5b14726e2eb /src/include/device | |
parent | c04654d9ce6add9347cfa6e3ae086808f38a9f7b (diff) |
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 <caveh@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43848
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |