Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH] pci: add Silicom Denmark vendor id
@ 2021-02-08 13:28 Martin Hundebøll
  2021-02-08 14:54 ` Krzysztof Wilczyński
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Hundebøll @ 2021-02-08 13:28 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: Martin Hundebøll, linux-pci, linux-kernel

Update pci_ids.h with the vendor id for Silicom Denmark.

Signed-off-by: Martin Hundebøll <mhu@silicom.dk>
---
 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 d8156a5dbee8..aae07d512ca6 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2588,6 +2588,8 @@
 
 #define PCI_VENDOR_ID_REDHAT		0x1b36
 
+#define PCI_VENDOR_ID_SILICOM_DENMARK	0x1c2c
+
 #define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS	0x1c36
 
 #define PCI_VENDOR_ID_CIRCUITCO		0x1cc8
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-08 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-08 13:28 [PATCH] pci: add Silicom Denmark vendor id Martin Hundebøll
2021-02-08 14:54 ` Krzysztof Wilczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox