diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2015-12-01 17:55:21 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-03 22:17:51 +0300 |
commit | 2d1e0254ef8310e4f0756130a7ffc007ad1d58df (patch) | |
tree | bf63607e173fcec3a40d54ac456e3ab33987baa4 | |
parent | f4f7981ed39850e8c0525423be8873e16372756b (diff) | |
download | linux-2d1e0254ef8310e4f0756130a7ffc007ad1d58df.tar.xz |
pci_ids: add Netronome Systems vendor
Add PCI vendor id for Netronome Systems.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-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 d9ba49cedc5d..1acbefc4bbda 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2495,6 +2495,8 @@ #define PCI_DEVICE_ID_KORENIX_JETCARDF2 0x1700 #define PCI_DEVICE_ID_KORENIX_JETCARDF3 0x17ff +#define PCI_VENDOR_ID_NETRONOME 0x19ee + #define PCI_VENDOR_ID_QMI 0x1a32 #define PCI_VENDOR_ID_AZWAVE 0x1a3b |