[PATCH net-next 1/4] PCI: Add vendor ID for Motorcomm Electronic Technology

From: Yao Zi

Date: Tue Oct 14 2025 - 12:49:37 EST


This company produces Ethernet controllers and PHYs. Add their vendor
ID, 0x1f0a[1], which is recorded by PCI-SIG and has been seen on their
PCI Ethernet cards.

Link: https://pcisig.com/membership/member-companies?combine=1f0a # [1]
Signed-off-by: Yao Zi <ziyao@xxxxxxxxxxx>
---
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 92ffc4373f6d..0824a1a7663d 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2631,6 +2631,8 @@

#define PCI_VENDOR_ID_CXL 0x1e98

+#define PCI_VENDOR_ID_MOTORCOMM 0x1f0a
+
#define PCI_VENDOR_ID_TEHUTI 0x1fc9
#define PCI_DEVICE_ID_TEHUTI_3009 0x3009
#define PCI_DEVICE_ID_TEHUTI_3010 0x3010
--
2.50.1