Commit 333c8c12 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: Add Qualcomm vendor ID



Add the Qualcomm vendor ID to pci_ids.h and use it in quirks.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 4051f5eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4361,8 +4361,8 @@ static const struct pci_dev_acs_enabled {
	{ PCI_VENDOR_ID_INTEL, 0x15b7, pci_quirk_mf_endpoint_acs },
	{ PCI_VENDOR_ID_INTEL, 0x15b8, pci_quirk_mf_endpoint_acs },
	/* QCOM QDF2xxx root ports */
	{ 0x17cb, 0x400, pci_quirk_qcom_rp_acs },
	{ 0x17cb, 0x401, pci_quirk_qcom_rp_acs },
	{ PCI_VENDOR_ID_QCOM, 0x0400, pci_quirk_qcom_rp_acs },
	{ PCI_VENDOR_ID_QCOM, 0x0401, pci_quirk_qcom_rp_acs },
	/* Intel PCH root ports */
	{ PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_quirk_intel_pch_acs },
	{ PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_quirk_intel_spt_pch_acs },
+2 −0
Original line number Diff line number Diff line
@@ -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