diff options
author | Len Brown <len.brown@intel.com> | 2008-10-23 05:27:59 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-23 05:27:59 +0200 |
commit | 0fbb3726f246aadd1bebc01114100b6e69afa5b9 (patch) | |
tree | 87e0ca2d5904df9e12e8b7b1d2b303b17758c70a /drivers/acpi/bus.c | |
parent | Merge branch 'dock' into test (diff) | |
parent | ACPI: EC: Check for IBF=0 periodically if not in GPE mode (diff) | |
download | linux-0fbb3726f246aadd1bebc01114100b6e69afa5b9.tar.xz linux-0fbb3726f246aadd1bebc01114100b6e69afa5b9.zip |
Merge branch 'ec' into test
Diffstat (limited to 'drivers/acpi/bus.c')
-rw-r--r-- | drivers/acpi/bus.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index e6311f432edf..b11400e2f856 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c @@ -793,6 +793,12 @@ static int __init acpi_bus_init(void) goto error1; } + /* + * Maybe EC region is required at bus_scan/acpi_get_devices. So it + * is necessary to enable it as early as possible. + */ + acpi_boot_ec_enable(); + printk(KERN_INFO PREFIX "Interpreter enabled\n"); /* Initialize sleep structures */ |