From: Kenji Kaneshige Date: Tue, 2 May 2006 01:54:50 +0000 (+0900) Subject: [PATCH] acpi_pcihp: Fix programming _HPP values X-Git-Tag: v2.6.18-rc1~858^2~135^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7430e34c70106a9576fc61d77604d164b187a1b7;p=pandora-kernel.git [PATCH] acpi_pcihp: Fix programming _HPP values This patch fixes the problem that hotplug parameters are not programed when PCI cards are hot-added by ACPIPHP, SHPCHP and PCIEHP driver. The pci_dev structure being hot-added is not bound to ACPI handle, so we need to trace PCI bus tree to find ACPI handle. Signed-off-by: Kenji Kaneshige Cc: Kristen Accardi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed