[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210119102757.2395-1-dnlplm@gmail.com>
Date: Tue, 19 Jan 2021 11:27:57 +0100
From: Daniele Palmas <dnlplm@...il.com>
To: Bjorn Helgaas <bhelgaas@...gle.com>
Cc: linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
Loic Poulain <loic.poulain@...aro.org>,
Daniele Palmas <dnlplm@...il.com>
Subject: [PATCH 1/1] PCI: add Telit Vendor ID
Add Telit Vendor ID to pci_ids.h
Signed-off-by: Daniele Palmas <dnlplm@...il.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
Powered by blists - more mailing lists