diff options
author | Raymond Pang <RaymondPang-oc@zhaoxin.com> | 2020-03-27 17:11:46 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2020-03-28 16:53:18 -0500 |
commit | 3375590623e4a132b19a8740512f4deb95728933 (patch) | |
tree | e5eadb3fae73024958a3d0e2b0a29d7466b418d5 /include/linux/pci_ids.h | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) | |
download | lwn-3375590623e4a132b19a8740512f4deb95728933.tar.gz lwn-3375590623e4a132b19a8740512f4deb95728933.zip |
PCI: Add Zhaoxin Vendor ID
Add Zhaoxin Vendor ID to pci_ids.h
Link: https://lore.kernel.org/r/20200327091148.5190-2-RaymondPang-oc@zhaoxin.com
Signed-off-by: Raymond Pang <RaymondPang-oc@zhaoxin.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
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 352c0d708720..6693cf561cd1 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2583,6 +2583,8 @@ #define PCI_VENDOR_ID_AMAZON 0x1d0f +#define PCI_VENDOR_ID_ZHAOXIN 0x1d17 + #define PCI_VENDOR_ID_HYGON 0x1d94 #define PCI_VENDOR_ID_HXT 0x1dbf |