Skip to content

Commit

Permalink
Merge branch 'ec' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Oct 23, 2008
2 parents 47bf31a + c0ff177 commit 0fbb372
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 187 deletions.
6 changes: 6 additions & 0 deletions drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Loading

0 comments on commit 0fbb372

Please sign in to comment.