public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] PCI: add Telit Vendor ID
@ 2021-01-19 10:27 Daniele Palmas
  2021-01-19 22:06 ` Bjorn Helgaas
  0 siblings, 1 reply; 4+ messages in thread
From: Daniele Palmas @ 2021-01-19 10:27 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, Loic Poulain, Daniele Palmas

Add Telit Vendor ID to pci_ids.h

Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
---
Reference: https://pcisig.com/membership/member-companies?combine=telit
---
 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..b10a04783287 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2590,6 +2590,8 @@
 
 #define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS	0x1c36
 
+#define PCI_VENDOR_ID_TELIT		0x1c5d
+
 #define PCI_VENDOR_ID_CIRCUITCO		0x1cc8
 #define PCI_SUBSYSTEM_ID_CIRCUITCO_MINNOWBOARD	0x0001
 
-- 
2.17.1


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

end of thread, other threads:[~2021-01-20 10:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-19 10:27 [PATCH 1/1] PCI: add Telit Vendor ID Daniele Palmas
2021-01-19 22:06 ` Bjorn Helgaas
2021-01-19 22:08   ` Bjorn Helgaas
2021-01-20  9:46   ` Loic Poulain

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