[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1350526971-9427-1-git-send-email-tangchen@cn.fujitsu.com>
Date: Thu, 18 Oct 2012 10:22:51 +0800
From: Tang Chen <tangchen@...fujitsu.com>
To: bhelgaas@...gle.com, lenb@...nel.org, yinghai@...nel.org,
jiang.liu@...wei.com, izumi.taku@...fujitsu.com,
isimatu.yasuaki@...fujitsu.com, linux-acpi@...r.kernel.org,
linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Add PNP0A08 into acpi_pci_roots array.
acpi_pci_roots array doesn't include PNP0A08, which is PCI Express
Root Bridge.
Signed-off-by: Tang Chen <tangchen@...fujitsu.com>
---
drivers/acpi/pci_root.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c
index 037b59c..dedc4d6 100644
--- a/drivers/acpi/pci_root.c
+++ b/drivers/acpi/pci_root.c
@@ -56,6 +56,7 @@ static int acpi_pci_root_start(struct acpi_device *device);
static const struct acpi_device_id root_device_ids[] = {
{"PNP0A03", 0},
+ {"PNP0A08", 0},
{"", 0},
};
MODULE_DEVICE_TABLE(acpi, root_device_ids);
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists