Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7b484fd authored by Tony Truong's avatar Tony Truong
Browse files

msm: pcie: add lahaina PCI device ID to PCI table



Add lahaina PCI device ID to PCI table so that PCI framework
will probe PCIe root port driver.

Change-Id: I4ec15307f372516278f68444d3aa83a33553c2d1
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent d77ab5d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6127,6 +6127,7 @@ static int msm_pci_probe(struct pci_dev *pci_dev,
static struct pci_device_id msm_pci_device_id[] = {
	{PCI_DEVICE(0x17cb, 0x0108)},
	{PCI_DEVICE(0x17cb, 0x010b)},
	{PCI_DEVICE(0x17cb, 0x010c)},
	{0},
};