diff options
author | Jonathan Chocron <jonnyc@amazon.com> | 2019-09-12 09:00:39 -0400 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2019-09-16 09:10:00 -0400 |
commit | 4a36a60c34f42f75e8b4f8cd24fcfade26111334 (patch) | |
tree | 312693083d2f2dab85bc1089b8fa1dfe6f21fb7c | |
parent | 5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff) |
PCI: Add Amazon's Annapurna Labs vendor ID
Add Amazon's Annapurna Labs vendor ID to pci_ids.h.
Signed-off-by: Jonathan Chocron <jonnyc@amazon.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Andrew Murray <andrew.murray@arm.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
-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 c842735a4f45..5ce83544f38b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2570,6 +2570,8 @@ | |||
2570 | 2570 | ||
2571 | #define PCI_VENDOR_ID_ASMEDIA 0x1b21 | 2571 | #define PCI_VENDOR_ID_ASMEDIA 0x1b21 |
2572 | 2572 | ||
2573 | #define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS 0x1c36 | ||
2574 | |||
2573 | #define PCI_VENDOR_ID_CIRCUITCO 0x1cc8 | 2575 | #define PCI_VENDOR_ID_CIRCUITCO 0x1cc8 |
2574 | #define PCI_SUBSYSTEM_ID_CIRCUITCO_MINNOWBOARD 0x0001 | 2576 | #define PCI_SUBSYSTEM_ID_CIRCUITCO_MINNOWBOARD 0x0001 |
2575 | 2577 | ||