[PATCH] PCI: Add Bachmann electronic GmbH vendor ID

From: Christian Gmeiner
Date: Mon Oct 17 2022 - 10:23:55 EST


From: Christian GMEINER <Christian.GMEINER@xxxxxxxxxxxxx>

Signed-off-by: Christian GMEINER <Christian.GMEINER@xxxxxxxxxxxxx>
---
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 b362d90eb9b0..b93a52977d85 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -166,6 +166,8 @@

#define PCI_VENDOR_ID_UBIQUITI 0x0777

+#define PCI_VENDOR_ID_BACHMANN_ELECTRONIC 0x0bae
+
#define PCI_VENDOR_ID_BERKOM 0x0871
#define PCI_DEVICE_ID_BERKOM_A1T 0xffa1
#define PCI_DEVICE_ID_BERKOM_T_CONCEPT 0xffa2
--
2.37.3