From: Greg KH To: torvalds@transmeta.com Cc: linux-kernel@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net Subject: [BK PATCH] PCI hotplug changes for 2.5.58 Here is a minor PCI hotplug changes for 2.5.58 Please pull from: bk://linuxusb.bkbits.net/pci_hp-2.5 thanks, greg k-h drivers/hotplug/acpiphp_glue.c | 45 ++++++++++------------------------------- 1 files changed, 11 insertions(+), 34 deletions(-) ----- ChangeSet@1.1025, 2003-01-14 11:30:32-08:00, willy@debian.org [PATCH] acpi_bus_register_driver patch The current ACPI code searches for a _HID of PNP0A03. This is wrong, it needs to check _CID too. But we already have generic code for doing that, so this patch converts the ACPI pcihp code to do this. drivers/hotplug/acpiphp_glue.c | 45 ++++++++++------------------------------- 1 files changed, 11 insertions(+), 34 deletions(-) ------