From: Alexander Duyck <alexanderduyck@xxxxxx> Add Meta as a vendor ID for PCI devices so we can use the macro for future drivers. CC: linux-pci@xxxxxxxxxxxxxxx Signed-off-by: Alexander Duyck <alexanderduyck@xxxxxx> Acked-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 677aea20d3e1..76a8f2d6bd64 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2601,6 +2601,8 @@ #define PCI_VENDOR_ID_HYGON 0x1d94 +#define PCI_VENDOR_ID_META 0x1d9b + #define PCI_VENDOR_ID_FUNGIBLE 0x1dad #define PCI_VENDOR_ID_HXT 0x1dbf