lkml.org 
[lkml]   [2012]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/3] PNPACPI: exclude SDHCI devices
Date
These devices will be handled by a ACPI Platform driver.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
---
drivers/pnp/pnpacpi/core.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/pnp/pnpacpi/core.c b/drivers/pnp/pnpacpi/core.c
index 26b5d4b..5b17cc8 100644
--- a/drivers/pnp/pnpacpi/core.c
+++ b/drivers/pnp/pnpacpi/core.c
@@ -43,6 +43,7 @@ static struct acpi_device_id excluded_id_list[] __initdata = {
{"PNP0C0F", 0}, /* Link device */
{"PNP0000", 0}, /* PIC */
{"PNP0100", 0}, /* Timer */
+ {"PNP0D40", 0}, /* SDHCI */
{"", 0},
};

--
1.7.11.7


\
 
 \ /
  Last update: 2012-11-24 02:21    [W:0.288 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site