From: Tejun Heo Date: Thu, 3 Sep 2009 06:27:27 +0000 (+0900) Subject: PCI: pci-stub: add pci_stub.ids parameter X-Git-Tag: v2.6.32-rc1~670^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b439b1d4e3ae3c36ed94ed233119ff0d145af257;p=pandora-kernel.git PCI: pci-stub: add pci_stub.ids parameter Add ids module parameter which allows specifying initial IDs for the pci-stub driver. When built into the kernel, pci-stub is linked before any real pci drivers and by setting up IDs from initialization it can prevent built-in drivers from attaching to specific devices. While at it, make pci_stub_probe() print out about devices it grabbed to weed out "but my controller isn't being probed" bug reports. Signed-off-by: Tejun Heo Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed