diff options
author | Dimitris Michailidis <d.michailidis@fungible.com> | 2022-02-25 05:58:55 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-27 13:51:23 +0300 |
commit | e8eb9e32999dc5995b19d5141f8ebb38f69696fc (patch) | |
tree | cd342ad2b7678a84e0ed740e712976849f380b65 /include/linux/pci_ids.h | |
parent | 4aaa489538afd75ba638b5d848693e547dc40320 (diff) | |
download | linux-e8eb9e32999dc5995b19d5141f8ebb38f69696fc.tar.xz |
PCI: Add Fungible Vendor ID to pci_ids.h
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org
Signed-off-by: Dimitris Michailidis <dmichail@fungible.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index aad54c666407..c7e6f2043c7d 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2561,6 +2561,8 @@ #define PCI_VENDOR_ID_HYGON 0x1d94 +#define PCI_VENDOR_ID_FUNGIBLE 0x1dad + #define PCI_VENDOR_ID_HXT 0x1dbf #define PCI_VENDOR_ID_TEKRAM 0x1de1 |