diff mbox series

[net-next,v2,01/15] PCI: Add Meta Platforms vendor ID

Message ID 171932614033.3072535.4862353720600183888.stgit@ahduyck-xeon-server.home.arpa (mailing list archive)
State New
Delegated to: Krzysztof WilczyƄski
Headers show
Series eth: fbnic: Add network driver for Meta Platforms Host Network Interface | expand

Commit Message

Alexander Duyck June 25, 2024, 2:35 p.m. UTC
From: Alexander Duyck <alexanderduyck@fb.com>

Add Meta as a vendor ID for PCI devices so we can use the macro for future
drivers.

CC: linux-pci@vger.kernel.org
Signed-off-by: Alexander Duyck <alexanderduyck@fb.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
---
 include/linux/pci_ids.h |    2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 942a587bb97e..aa57b7fba341 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2599,6 +2599,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