diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-05-07 23:52:55 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-05-07 23:52:55 +0300 |
commit | 333c8c1216c1e7ead6af7b3d667b43eb425b5034 (patch) | |
tree | 1120b3becda994798ec32ae83c9052de8d426768 /include/linux/pci_ids.h | |
parent | 4051f5ebb11c6ef4b0d3eac2fbbd187c070656c5 (diff) | |
download | linux-333c8c1216c1e7ead6af7b3d667b43eb425b5034.tar.xz |
PCI: Add Qualcomm vendor ID
Add the Qualcomm vendor ID to pci_ids.h and use it in quirks.
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 cc608fc55334..883cb7bf78aa 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2387,6 +2387,8 @@ #define PCI_VENDOR_ID_LENOVO 0x17aa +#define PCI_VENDOR_ID_QCOM 0x17cb + #define PCI_VENDOR_ID_CDNS 0x17cd #define PCI_VENDOR_ID_ARECA 0x17d3 |