From: Alexander Duyck Date: Fri, 12 Jul 2024 15:49:12 +0000 (-0700) Subject: PCI: Add Meta Platforms vendor ID X-Git-Tag: v6.11-rc1~163^2~5^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5eaf1b3f824369b6dcb33a39232b871d2ca8e33;p=thirdparty%2Fkernel%2Flinux.git PCI: Add Meta Platforms vendor ID Add Meta as a vendor ID for PCI devices so we can use the macro for future drivers. Signed-off-by: Alexander Duyck Acked-by: Bjorn Helgaas Link: https://patch.msgid.link/172079935272.1778861.13619056509276833225.stgit@ahduyck-xeon-server.home.arpa Signed-off-by: Jakub Kicinski --- diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 677aea20d3e11..76a8f2d6bd645 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