As a general comment I wonder if this problem is really wide spread enough to deserve an own command line option or if that could be just done with quirks. > --- linux-2.6.orig/drivers/acpi/power.c > +++ linux-2.6/drivers/acpi/power.c > @@ -54,6 +54,14 @@ ACPI_MODULE_NAME("power"); > #define ACPI_POWER_RESOURCE_STATE_OFF 0x00 > #define ACPI_POWER_RESOURCE_STATE_ON 0x01 > #define ACPI_POWER_RESOURCE_STATE_UNKNOWN 0xFF > + > +#ifdef MODULE_PARAM_PREFIX > +#undef MODULE_PARAM_PREFIX > +#endif How can MODULE_PARAM_PREFIX be set here? -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html