On Friday, May 09, 2008 12:43 am Kenji Kaneshige wrote: > -static u32 ctrlset_buf[3] = {0, 0, 0}; > -static u32 global_ctrlsets = 0; > +#define MAX_ACPI_OSC 30 /* Should be enough */ > +static struct acpi_osc_data { > + acpi_handle handle; > + u32 ctrlset_buf[3]; > + u32 global_ctrlsets; > +} acpi_osc_data_array[MAX_ACPI_OSC]; Could this just be a linked list of OSC objects instead? Jesse -- 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