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

Commit e4d8b59e authored by Zhenlin Lian's avatar Zhenlin Lian Committed by Gerrit - the friendly Code Review server
Browse files

msm: pcie: Add ASM2806 PCIe device and vendor id



Add PCIe switch ASM2806 into pci id table so that it will be
probe during PCIe enumeration.

Change-Id: I40373f671849360938289d828a4c9d9ae0d96e99
Signed-off-by: default avatarZhenlin Lian <lianzhenlin@codeaurora.org>
parent 75ba3c0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6884,6 +6884,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, 0x010b)},
	{PCI_DEVICE(0x1b21, 0x2806)},
	{0},
};