On Monday, December 06, 2010 04:01:43 pm Tobias Karnat wrote:
Right, but now the granularity is "remove the acpi_button driver
completely." If we can identify a specific statement inside
acpi_button that makes a difference, that might help.
If it crashes on boot (not when loading an acpi_button module),
you must be building acpi_button into the static kernel.
The acpi_button driver has a fairly complicated add() method.
In the absence of a better idea, I might just comment out blocks
of it and try to isolate the problem. For example, take out
all the input stuff, take out the wakeup GPE stuff, take out
the type/name setup, etc.
Bjorn
--