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

Commit 6e083de5 authored by Rama Krishna Phani A's avatar Rama Krishna Phani A Committed by Gerrit - the friendly Code Review server
Browse files

msm: pcie: add QCS405 device id support



Add pci device id support for QCS405 to register
root port with PCI driver framework so that it
will get probe during PCI enumeration.

Change-Id: I94ba432c0e09b9a89fcf1644c80ec4f85b51d9b1
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent 9fcd72d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6335,6 +6335,7 @@ 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, 0x1000)},
	{0},
};