Re: [PATCH 0/3] ACPI autoloading

2007-07-03 Thread Thomas Renninger
On Tue, 2007-07-03 at 03:40 -0400, Len Brown wrote: > > A) Cannot pass acpi_device_id through ops.add (probe equivalent func) > > - > > > > int acpi_match_device_ids(..) > > should be: > > const acpi_device_id *acpi_match_device_i

Re: [PATCH 0/3] ACPI autoloading

2007-07-03 Thread Len Brown
> A) Cannot pass acpi_device_id through ops.add (probe equivalent func) > - > > int acpi_match_device_ids(..) > should be: > const acpi_device_id *acpi_match_device_ids > and the matching device id should get passed to the acpi dr

[PATCH 0/3] ACPI autoloading

2007-06-17 Thread Thomas Renninger
This patch series enables ACPI modules to get loaded automatically via module aliases. Thanks to Kay I got help with the udev strings and this got already some testing and review. There are some minor problems left, but this should be mm ready and it would be great if you can add these to your ac