On Tuesday 23 June 2009 2:53:07 am Corentin Chary wrote: > I don't know if it's related, but: > eeepc-laptop is calling "INIT" for device ASUS010 > asus-laptop is calling "INIT" for device ATK0100 > > But for eeepc-laptop we provide some flags special to INIT, and in > asus-laptop it returns the model name. > So I don't think we can move INIT for these. Thanks for looking into this. The "INIT" methods are something completely different -- they are device-specific things, so it's fine for them to be in the driver. The "_INI" method, like others named with a leading underscore, is defined by the ACPI spec. Drivers do even use some of these spec-defined methods, but in the case of "_INI", I think it makes more sense to take care of it in the ACPI CA or the Linux/ACPI core. Bjorn -- 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