[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250325065718.333301-1-dong100@mucse.com>
Date: Tue, 25 Mar 2025 14:57:18 +0800
From: Yibo Dong <dong100@...se.com>
To: bhelgaas@...gle.com
Cc: linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org,
Yibo Dong <dong100@...se.com>
Subject: [PATCH] PCI: Add MUCSE vendor ID to pci_ids.h
Add MUCSE as a vendor ID (0x8848) for PCI devices so we can use
the macro for future drivers.
Signed-off-by: Yibo Dong <dong100@...se.com>
---
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 de5deb1a0118..f1b4c61c6d3c 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -3143,6 +3143,8 @@
#define PCI_VENDOR_ID_SCALEMP 0x8686
#define PCI_DEVICE_ID_SCALEMP_VSMP_CTL 0x1010
+#define PCI_VENDOR_ID_MUCSE 0x8848
+
#define PCI_VENDOR_ID_COMPUTONE 0x8e0e
#define PCI_DEVICE_ID_COMPUTONE_PG 0x0302
#define PCI_SUBVENDOR_ID_COMPUTONE 0x8e0e
--
2.25.1
Powered by blists - more mailing lists