Skip to content

Commit

Permalink
PCI: Add SolidRun vendor ID
Browse files Browse the repository at this point in the history
[ Upstream commit db6c4de ]

Add SolidRun vendor ID to pci_ids.h

The vendor ID is used in 2 different source files, the SNET vDPA driver
and PCI quirks.

Signed-off-by: Alvaro Karsz <alvaro.karsz@solid-run.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Message-Id: <20230110165638.123745-2-alvaro.karsz@solid-run.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Alvaro-Karsz authored and gregkh committed Mar 17, 2023
1 parent e78f5ba commit e03a48c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/pci_ids.h
Expand Up @@ -3094,6 +3094,8 @@

#define PCI_VENDOR_ID_3COM_2 0xa727

#define PCI_VENDOR_ID_SOLIDRUN 0xd063

#define PCI_VENDOR_ID_DIGIUM 0xd161
#define PCI_DEVICE_ID_DIGIUM_HFC4S 0xb410

Expand Down

0 comments on commit e03a48c

Please sign in to comment.